summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini28
1 files changed, 23 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 8dc361d20..32fcb45fd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,13 +52,13 @@ setenv =
whitelist_externals = make
commands =
pip install pyramid[docs]
- make -C docs html
+ make -C docs html epub BUILDDIR={envdir}
[testenv:py3-docs]
whitelist_externals = make
commands =
pip install pyramid[docs]
- make -C docs html
+ make -C docs html epub BUILDDIR={envdir}
[testenv:coverage]
basepython = python3.4
@@ -72,13 +72,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