summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-09-12 03:29:12 -0700
committerPhil Frost <indigo@bitglue.com>2017-09-19 08:28:13 -0400
commit91510f80bc7ec56e244f4a4944b5270694f9f71c (patch)
tree0d0f30b36aec550424f06484bce4329e0650c83a
parentd2af071c84344de2aa633c1f314ef6cfe6c9515f (diff)
downloadpyflakes-91510f80bc7ec56e244f4a4944b5270694f9f71c.tar.gz
Match tox test matrix with and Travis configurations
Testing for Python 3.2 was removed in c94e50759839b781cdbb029ae68f8069234ada3b.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 870ed43..737e334 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
skip_missing_interpreters = True
envlist =
- py26,py27,py32,py33,py34,py35,pypy,pypy3
+ py26,py27,py33,py34,py35,py36,pypy,pypy3
[testenv]
deps =