From d6fcce88133e83702d67ccb98fd9a6ca5828f84c Mon Sep 17 00:00:00 2001 From: David Cramer Date: Wed, 26 Jun 2013 00:36:14 -0700 Subject: [PATCH] Fix tox command --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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