diff options
| author | Chris McDonough <chrism@plope.com> | 2015-04-13 11:46:50 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-04-13 11:46:50 -0400 |
| commit | aa1c9b70369b011856c3b84e288975c1d121d439 (patch) | |
| tree | f14563ded826dd5a7414dde63cd3626d891595af /tox.ini | |
| parent | 46805450633291682f97e87055313fc3be477326 (diff) | |
| download | pyramid-aa1c9b70369b011856c3b84e288975c1d121d439.tar.gz pyramid-aa1c9b70369b011856c3b84e288975c1d121d439.tar.bz2 pyramid-aa1c9b70369b011856c3b84e288975c1d121d439.zip | |
change releasing and hacking docs to reflect new order of using tox to test docs and scaffolds
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 |
