Skip to content

Commit

Permalink
- unfortunately we have to force the paths to be shorter due to
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Jan 25, 2016
1 parent 6b05150 commit 0ad5599
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[tox]
envlist = py{26,27,34,35}-sqla_{cext,nocext}-db_{default,sqlitepg,mysql,oracle,mssql}
envlist = py{26,27,34,35}-{cext,nocext}-{default,sqlitepg,mysql,oracle,mssql}

[testenv]
deps=pytest
Expand All @@ -19,7 +19,7 @@ deps=pytest
setenv=
PYTHONPATH=
PYTHONNOUSERSITE=1
sqla_nocext: DISABLE_SQLALCHEMY_CEXT=1
nocext: DISABLE_SQLALCHEMY_CEXT=1


# tox as of 2.0 blocks all environment variables from the
Expand All @@ -29,11 +29,11 @@ passenv=ORACLE_HOME NLS_LANG


commands=
db_{default}: python -m pytest -n4 --dropfirst {posargs}
db_{sqlitepg}: python -m pytest -n4 --dropfirst --db sqlite --db postgresql {posargs}
db_{mysql}: python -m pytest -n4 --dropfirst --db mysql --db pymysql {posargs}
db_{oracle}: python -m pytest -n4 --dropfirst --db oracle {posargs}
db_{mssql}: python -m pytest -n4 --dropfirst --db pyodbc --db pymssql {posargs}
{default}: python -m pytest -n4 --dropfirst {posargs}
{sqlitepg}: python -m pytest -n4 --dropfirst --db sqlite --db postgresql {posargs}
{mysql}: python -m pytest -n4 --dropfirst --db mysql --db pymysql {posargs}
{oracle}: python -m pytest -n4 --dropfirst --db oracle {posargs}
{mssql}: python -m pytest -n4 --dropfirst --db pyodbc --db pymssql {posargs}


[testenv:coverage]
Expand Down

0 comments on commit 0ad5599

Please sign in to comment.