summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEevee (Lexy Munroe) <eevee.git@veekun.com>2016-06-08 19:10:32 -0700
committerEevee (Lexy Munroe) <eevee.git@veekun.com>2016-06-08 19:10:32 -0700
commitaca3b96824474f22c2b4dfdce9f68234825af2d8 (patch)
tree75eae736fc8defedce9dc41778538fcb2e9e608e /tox.ini
parent46f80e76c53b4ff94d561b16dd0f4055161bdb68 (diff)
downloadpyscss-aca3b96824474f22c2b4dfdce9f68234825af2d8.tar.gz
Drop support for Python 3.2
Travis can't even install coverage on 3.2 any more, which I think is a good sign that it's a lost cause.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index a19d5b6..e8d8889 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, py32, py33, py34
+envlist = py26, py27, py33, py34, py35
[testenv]
# fontforge bindings cannot be installed from pip, so they may only be
@@ -22,11 +22,6 @@ deps =
{[testenv]deps}
enum34
-[testenv:py32]
-deps =
- {[testenv]deps}
- enum34
-
[testenv:py33]
deps =
{[testenv]deps}