diff options
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,7 +13,7 @@ passenv= # This environment requires you to set up PostgreSQL and create a .cfg file # somewhere outside of the source tree. [testenv:pg] -basepython = python3.4 +basepython = python3 commands = python -m nose2 -v usedevelop = True deps = psycopg2 @@ -23,7 +23,7 @@ rcfile = {toxinidir}/coverage.ini rc = --rcfile={[coverage]rcfile} [testenv:coverage] -basepython = python3.5 +basepython = python3 commands = python -m coverage run {[coverage]rc} -m nose2 -v python -m coverage combine {[coverage]rc} @@ -38,7 +38,7 @@ setenv = COVERAGE_FILE={toxinidir}/.coverage [testenv:diffcov] -basepython = python3.5 +basepython = python3 commands = python -m coverage run {[coverage]rc} -m nose2 -v python -m coverage combine {[coverage]rc} |
