diff options
author | Tim Heap <tim@timheap.me> | 2016-08-14 08:06:59 +0200 |
---|---|---|
committer | Tim Heap <tim@timheap.me> | 2016-08-14 08:11:47 +0200 |
commit | b432bcae27cadc91a7df4ee4851a41ccb0674bf9 (patch) | |
tree | 6638252afa217b0c961f4576e10514261d608be5 | |
parent | 7c7a24d130ee00344a41115cbacd1b0d2147d983 (diff) | |
download | external_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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |