Commit b432bcae authored by Tim Heap's avatar Tim Heap

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.
parent 7c7a24d1
[tox]
envlist = py26,py27,py31,py32,py33,py34
envlist = py26,py27,py33,py34,py35,pypy,pypy3
[testenv]
commands=python setup.py test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment