summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorKarl-Aksel Puulmann <oxymaccy@gmail.com>2015-01-07 22:06:24 +0200
committerKarl-Aksel Puulmann <oxymaccy@gmail.com>2015-01-07 22:15:57 +0200
commit40c582e4c762729a8a7473d1ce1c8be43f01494a (patch)
treedb3120ab3c1a1da30c490bea1bf2056f815d04af /tox.ini
parentd566ff3286f3d507734b1bccc1fbb87079c21cec (diff)
Experiment running tests only once per environment. Old version runs tests through 16 times instead of 4 times in total.
Idea taken from https://github.com/eventlet/eventlet/blob/master/.travis.yml.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 00cc619e..b97055f7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, py33
+envlist = py26, py27, py33, py34
[testenv]
deps = pytest
mock