@@ -15,7 +15,7 @@ envlist = py25-sqlite,
basepython =
python2.5
commands =
nosetests
nosetests []
setenv =
TEST_DB=sqlite:////tmp/rhodecode_test.sqlite
@@ -23,9 +23,9 @@ setenv =
mysql -uroot -pqwe -e 'drop database if exists rhodecode_test;'
mysql -uroot -pqwe -e 'create database rhodecode_test;'
mysql -uroot -pqwe -hlocalhost -e 'drop database if exists rhodecode_test;'
mysql -uroot -pqwe -hlocalhost -e 'create database rhodecode_test;'
deps =
mysql-python
@@ -37,7 +37,7 @@ basepython =
psql -Upostgres -Wqwe -hlocalhost -c 'drop database if exists rhodecode_test;'
psql -Upostgres -Wqwe -hlocalhost -c 'create database rhodecode_test;'
psycopg2
@@ -49,7 +49,7 @@ setenv =
python2.6
@@ -57,9 +57,9 @@ setenv =
@@ -71,7 +71,7 @@ basepython =
@@ -83,7 +83,7 @@ setenv =
python2.7
@@ -91,9 +91,9 @@ setenv =
@@ -105,7 +105,7 @@ basepython =
Status change: