summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNicholas Charriere <nicholascharriere@gmail.com>2016-11-07 13:28:18 -0800
committerNicholas Charriere <nicholas@pinterest.com>2016-12-02 13:54:28 -0800
commit6f85787a90e25150afab355695e8e334baa58315 (patch)
treed382121deb7a659e1d16ba884c7fee42347bb8cf /tox.ini
parenteca78325da74e73611ad2d20dde67403252a0c5c (diff)
downloadpymemcache-6f85787a90e25150afab355695e8e334baa58315.tar.gz
Update ChangeLog.rstdrop-pypy3-travis-ci-support
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 42174ff..eb1d81a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, pypy, pypy3, py33, py34, py35, docs, py27-flake8, py35-flake8, integration
+envlist = py26, py27, pypy, py33, py34, py35, docs, py27-flake8, py35-flake8, integration
skip_missing_interpreters = True
[testenv]