diff options
author | Trevor Joynson (trevorj) <github@skywww.net> | 2018-06-18 23:01:22 -0700 |
---|---|---|
committer | Trevor Joynson (trevorj) <github@skywww.net> | 2018-06-18 23:01:22 -0700 |
commit | 10583aa8521584b472eccc2d2a4199212eaf4297 (patch) | |
tree | fa2221cc7f9ace079bf6c526230de42d8bfc23f1 | |
parent | 262674676d185ad062fa12ba780eb0084d62ecb4 (diff) | |
download | pymemcache-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 ;)
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |