summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2017-11-27 11:08:52 -0800
committerJoe Gordon <jogo@pinterest.com>2017-11-27 13:18:17 -0800
commit2b75292d6026978dd5af924b5640a23793741121 (patch)
treea1c63c139a8a4d9ab003e5f84226626a94e2001d /tox.ini
parent9bc57240f67dd8127fb2e0b211a97df1950b4ffa (diff)
downloadpymemcache-2b75292d6026978dd5af924b5640a23793741121.tar.gz
Test against py35 and py36
Also fix up travis config to to test flake8 and install missing python versions. Previously some tests passed with: ERROR: InterpreterNotFound: python2.6 SKIPPED: py26: InterpreterNotFound: python2.6
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 35b30db..a48b0f0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, pypy, py33, py34, py35, py27-flake8, py35-flake8, integration
+envlist = py27, py33, py34, py35, py36, pypy, pypy3, py27-flake8, py36-flake8, integration
skip_missing_interpreters = True
[testenv]
@@ -19,7 +19,7 @@ commands =
pip install flake8
flake8 pymemcache/
-[testenv:py35-flake8]
+[testenv:py36-flake8]
commands =
pip install flake8
flake8 pymemcache/