aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Heap <tim@timheap.me>2016-08-14 08:06:59 +0200
committerTim Heap <tim@timheap.me>2016-08-14 08:11:47 +0200
commitb432bcae27cadc91a7df4ee4851a41ccb0674bf9 (patch)
tree6638252afa217b0c961f4576e10514261d608be5
parent7c7a24d130ee00344a41115cbacd1b0d2147d983 (diff)
downloadexternal_python_setuptools-b432bcae27cadc91a7df4ee4851a41ccb0674bf9.tar.gz
external_python_setuptools-b432bcae27cadc91a7df4ee4851a41ccb0674bf9.tar.bz2
external_python_setuptools-b432bcae27cadc91a7df4ee4851a41ccb0674bf9.zip
Update tox.ini envlist to match supported Pythons
Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and Pypy3 are.
-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