Changeset - c1c66976001a
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-07-11 01:37:11
marcin@python-works.com
added optional args to tox script, and fixed mysql commands
1 file changed with 15 insertions and 15 deletions:
tox.ini
15
15
0 comments (0 inline, 0 general)
tox.ini
Show inline comments
 
@@ -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 =
 
basepython =
 
    python2.5
 
commands =
 
    mysql -uroot -pqwe -e 'drop database if exists rhodecode_test;'
 
    mysql -uroot -pqwe -e 'create database rhodecode_test;'
 
    nosetests
 
    mysql -uroot -pqwe -hlocalhost -e 'drop database if exists rhodecode_test;'
 
    mysql -uroot -pqwe -hlocalhost -e 'create database rhodecode_test;'
 
    nosetests []
 
deps =
 
    mysql-python
 
setenv = 
 
@@ -37,7 +37,7 @@ basepython =
 
commands =
 
    psql -Upostgres -Wqwe -hlocalhost -c 'drop database if exists rhodecode_test;'
 
    psql -Upostgres -Wqwe -hlocalhost -c 'create database rhodecode_test;'
 
    nosetests
 
    nosetests []
 
deps =
 
    psycopg2    
 
setenv = 
 
@@ -49,7 +49,7 @@ setenv =
 
basepython =
 
    python2.6
 
commands =
 
    nosetests
 
    nosetests []
 
setenv = 
 
    TEST_DB=sqlite:////tmp/rhodecode_test.sqlite
 

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

	
 
@@ -91,9 +91,9 @@ setenv =
 
basepython =
 
    python2.7
 
commands =
 
    mysql -uroot -pqwe -e 'drop database if exists rhodecode_test;'
 
    mysql -uroot -pqwe -e 'create database rhodecode_test;'
 
    nosetests
 
    mysql -uroot -pqwe -hlocalhost -e 'drop database if exists rhodecode_test;'
 
    mysql -uroot -pqwe -hlocalhost -e 'create database rhodecode_test;'
 
    nosetests []
 
deps =
 
    mysql-python
 
setenv = 
 
@@ -105,7 +105,7 @@ basepython =
 
commands =
 
    psql -Upostgres -Wqwe -hlocalhost -c 'drop database if exists rhodecode_test;'
 
    psql -Upostgres -Wqwe -hlocalhost -c 'create database rhodecode_test;'
 
    nosetests
 
    nosetests []
 
deps =
 
    psycopg2    
 
setenv = 
0 comments (0 inline, 0 general)