summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Khyn <thomas@ksytek.com>2014-08-25 15:51:22 +1200
committerThomas Khyn <thomas@ksytek.com>2014-08-25 16:48:54 +1200
commit46bc7f0c6264a1c51fa3d84e99dd67c90a04680e (patch)
treee057d31548d1f91eb7d2203581922240c21691a7 /tox.ini
parenteeec21c7c00218c1d644937ed7e2df596afc1748 (diff)
downloadpyscss-46bc7f0c6264a1c51fa3d84e99dd67c90a04680e.tar.gz
Win32 / Py3 compat
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 11 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 069cbfd..6e02f46 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27
+envlist = py27, py32, py33, py34
[testenv]
# fontforge bindings cannot be installed from pip, so they may only be
@@ -18,3 +18,13 @@ commands = {toxworkdir}/{envname}/Scripts/py.test []
deps =
{[testenv]deps}
enum34
+
+[testenv:py32]
+deps =
+ {[testenv]deps}
+ enum34
+
+[testenv:py33]
+deps =
+ {[testenv]deps}
+ enum34