From aa1c9b70369b011856c3b84e288975c1d121d439 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 13 Apr 2015 11:46:50 -0400 Subject: change releasing and hacking docs to reflect new order of using tox to test docs and scaffolds --- tox.ini | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.3