Fix tox command

This commit is contained in:
David Cramer 2013-06-26 00:36:14 -07:00
parent ca8510d48d
commit d6fcce8813
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@
envlist = py26, py27, py30, py31, py32, py33, pypy
[testenv]
commands = make test
commands = python setup.py test