diff --git a/tox.ini b/tox.ini index ff136d9e9..df54ed964 100644 --- a/tox.ini +++ b/tox.ini @@ -7,4 +7,4 @@ envlist = py26, py27, py30, py31, py32, py33, pypy [testenv] -commands = make test +commands = python setup.py test