summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNicholas Charriere <nicholas@pinterest.com>2016-10-03 11:31:17 -0700
committerNicholas Charriere <nicholas@pinterest.com>2016-10-03 14:31:14 -0700
commita1bf081754cd38de1a20925782a5404de00bd46d (patch)
treeb5a0b47a33455bd50ba924724925ee51e3fd350a /tox.ini
parentdcd9f5b51bfa7c1afba5191f7be95c7109f9e224 (diff)
downloadpymemcache-a1bf081754cd38de1a20925782a5404de00bd46d.tar.gz
Fix #117, illegal unicode character in middle of key (or value now)fix-unicode-char-in-middle-error
Add .python-version to .gitignore (for pyenv)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5b067dc..9ddd35c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
[tox]
-envlist = py26, py27, pypy, pypy3, py33, py34, docs, py27-flake8, py34-flake8
+envlist = py26, py27, pypy, pypy3, py33, py34, py35, docs, py27-flake8, py35-flake8
+skip_missing_interpreters = True
[testenv]
commands =
@@ -12,7 +13,7 @@ commands =
pip install flake8
flake8 pymemcache/
-[testenv:py34-flake8]
+[testenv:py35-flake8]
commands =
pip install flake8
flake8 pymemcache/