diff options
| author | Barry Warsaw | 2016-01-24 21:50:45 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-01-24 21:50:45 -0500 |
| commit | 471851bab74874f02de08d71a3c1256c3ec6390d (patch) | |
| tree | 98ab8a3c9bb88dadcdde7a41def0848ce25b3700 /tox.ini | |
| parent | 36f79f586e7ee82d574588c8114d2ac71a152edb (diff) | |
| download | mailman-471851bab74874f02de08d71a3c1256c3ec6390d.tar.gz mailman-471851bab74874f02de08d71a3c1256c3ec6390d.tar.zst mailman-471851bab74874f02de08d71a3c1256c3ec6390d.zip | |
Diffstat (limited to 'tox.ini')
| -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} |
