[tox]
envlist = py27, py34, py35, py36, py37
[testenv]
commands =
make clean
{envpython} setup.py nosetests
deps =
-U
cython
nose