summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2018-08-31 08:14:04 -0700
committerJon Parise <jon@pinterest.com>2018-08-31 08:14:04 -0700
commite24599c3ec27abc43c8cf232ba02b5cd694c9455 (patch)
treea8d75e67e63a99ee33fc9468698df7531ef78089 /tox.ini
parent8339ff2f46ff44c3abc726b90a3cd29f8ed56966 (diff)
downloadpymemcache-e24599c3ec27abc43c8cf232ba02b5cd694c9455.tar.gz
Add official Python 3.7 support
Travis's default base image doesn't support Python 3.7 very well so we need to explicitly select the xenial distribution with sudo enabled.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2a9eee1..4c0bf26 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py34, py35, py36, pypy, pypy3, py27-flake8, py36-flake8, integration
+envlist = py27, py34, py35, py36, py37, pypy, pypy3, py27-flake8, py37-flake8, integration
skip_missing_interpreters = True
[testenv]
@@ -19,7 +19,7 @@ commands =
pip install flake8
flake8 pymemcache/
-[testenv:py36-flake8]
+[testenv:py37-flake8]
commands =
pip install flake8
flake8 pymemcache/