summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Khyn <thomas@ksytek.com>2014-08-25 16:37:38 +1200
committerThomas Khyn <thomas@ksytek.com>2014-08-25 16:50:41 +1200
commit057c8a03542f0adddf6439d63f812516b3f4d4e6 (patch)
treeeb7c71f6f734f335a9f2d8edd8caf67a278d64cf /tox.ini
parent46bc7f0c6264a1c51fa3d84e99dd67c90a04680e (diff)
downloadpyscss-057c8a03542f0adddf6439d63f812516b3f4d4e6.tar.gz
py26 compat
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6e02f46..ca9ec35 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py32, py33, py34
+envlist = py26, py27, py32, py33, py34
[testenv]
# fontforge bindings cannot be installed from pip, so they may only be
@@ -14,6 +14,11 @@ setenv =
commands = {toxworkdir}/{envname}/Scripts/py.test []
+[testenv:py26]
+deps =
+ {[testenv]deps}
+ enum34
+
[testenv:py27]
deps =
{[testenv]deps}