fix tox.ini file
@ -1,6 +1,9 @@
[tox]
envlist = py26, py27, py32, py33
skipsdist=True
[testenv]
usedevelop=True
commands =
{envpython} setup.py install
{envpython} tests/test.py
deps = -r{toxinidir}/requirements.txt