diff options
author | Joe Gordon <jogo@pinterest.com> | 2017-11-27 11:08:52 -0800 |
---|---|---|
committer | Joe Gordon <jogo@pinterest.com> | 2017-11-27 13:18:17 -0800 |
commit | 2b75292d6026978dd5af924b5640a23793741121 (patch) | |
tree | a1c63c139a8a4d9ab003e5f84226626a94e2001d /tox.ini | |
parent | 9bc57240f67dd8127fb2e0b211a97df1950b4ffa (diff) | |
download | pymemcache-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.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |