diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -62,13 +62,31 @@ deps = setenv = COVERAGE_FILE=.coverage -[testenv:py2-scaffolds] -basepython = python2.7 +[testenv:py26-scaffolds] +basepython = python2.6 commands = python pyramid/scaffolds/tests.py deps = virtualenv -[testenv:py3-scaffolds] +[testenv:py27-scaffolds] +basepython = python2.6 +commands = + python pyramid/scaffolds/tests.py +deps = virtualenv + +[testenv:py32-scaffolds] +basepython = python3.2 +commands = + python pyramid/scaffolds/tests.py +deps = virtualenv + +[testenv:py33-scaffolds] +basepython = python3.4 +commands = + python pyramid/scaffolds/tests.py +deps = virtualenv + +[testenv:py34-scaffolds] basepython = python3.4 commands = python pyramid/scaffolds/tests.py |
