aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-15 09:27:51 -0400
committerGitHub <noreply@github.com>2016-08-15 09:27:51 -0400
commit71d6ec949cd067776e2cb06b47d56eed67a58ae3 (patch)
tree6638252afa217b0c961f4576e10514261d608be5
parent7c7a24d130ee00344a41115cbacd1b0d2147d983 (diff)
parentb432bcae27cadc91a7df4ee4851a41ccb0674bf9 (diff)
downloadexternal_python_setuptools-71d6ec949cd067776e2cb06b47d56eed67a58ae3.tar.gz
external_python_setuptools-71d6ec949cd067776e2cb06b47d56eed67a58ae3.tar.bz2
external_python_setuptools-71d6ec949cd067776e2cb06b47d56eed67a58ae3.zip
Merge pull request #734 from timheap/tox
Update tox.ini envlist to match supported Pythons
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9061869f..8c09e7df 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py31,py32,py33,py34
+envlist = py26,py27,py33,py34,py35,pypy,pypy3
[testenv]
commands=python setup.py test