diff options
| author | Barry Warsaw | 2014-12-22 16:19:01 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-12-22 16:19:01 -0500 |
| commit | fdd4748e2bb8da32a737aef3ba4d7705f654c729 (patch) | |
| tree | 5f97f8c96d2cf112d3a3beb40261a196a381f068 /tox.ini | |
| parent | 7d996dfa54e35053fb3518f29cd5368f88c085b8 (diff) | |
| download | mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.tar.gz mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.tar.zst mailman-fdd4748e2bb8da32a737aef3ba4d7705f654c729.zip | |
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -1,13 +1,8 @@ [tox] -envlist = py27,py34 +envlist = py34 recreate = True [testenv] -commands = python -3 -m nose2 -v -#sitepackages = True -usedevelop = True - -[testenv:py34] commands = python -m nose2 -v #sitepackages = True usedevelop = True @@ -15,7 +10,7 @@ usedevelop = True # This environment requires you to set up PostgreSQL and create a .cfg file # somewhere outside of the source tree. [testenv:pg] -basepython = python2.7 +basepython = python3.4 commands = python -m nose2 -v usedevelop = True deps = psycopg2 @@ -25,7 +20,7 @@ rcfile = {toxinidir}/coverage.ini rc = --rcfile={[coverage]rcfile} [testenv:coverage] -basepython = python2.7 +basepython = python3.4 commands = coverage run {[coverage]rc} -m nose2 -v coverage combine {[coverage]rc} |
