summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTrevor Joynson (trevorj) <github@skywww.net>2018-06-18 23:01:22 -0700
committerTrevor Joynson (trevorj) <github@skywww.net>2018-06-18 23:01:22 -0700
commit10583aa8521584b472eccc2d2a4199212eaf4297 (patch)
treefa2221cc7f9ace079bf6c526230de42d8bfc23f1 /tox.ini
parent262674676d185ad062fa12ba780eb0084d62ecb4 (diff)
downloadpymemcache-10583aa8521584b472eccc2d2a4199212eaf4297.tar.gz
Remove deprecated Python version.
This makes tests fail at the moment. This is because `wheel` requires it *not* be `3.3.x`. Of course, we can instead hack this to install some ancient wheel on an ancient Python... but nobody should be running `3.3.x`, so it'd just be cruft, at least in my garbage opinion ;)
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 a48b0f0..2a9eee1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py33, py34, py35, py36, pypy, pypy3, py27-flake8, py36-flake8, integration
+envlist = py27, py34, py35, py36, pypy, pypy3, py27-flake8, py36-flake8, integration
skip_missing_interpreters = True
[testenv]