summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index af0281a..bb92511 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
envlist=py26,py27,py33,pypy
[testenv]
-commands=py.test
+commands=py.test []
deps=pytest
[testenv:py26]