summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-04-13 11:46:50 -0400
committerChris McDonough <chrism@plope.com>2015-04-13 11:46:50 -0400
commitaa1c9b70369b011856c3b84e288975c1d121d439 (patch)
treef14563ded826dd5a7414dde63cd3626d891595af /tox.ini
parent46805450633291682f97e87055313fc3be477326 (diff)
downloadpyramid-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.ini24
1 files changed, 21 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index bfaf8c008..2b974b07e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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