summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Morega <alex@grep.ro>2013-08-05 14:11:01 +0300
committerAlex Morega <alex@grep.ro>2013-08-05 14:11:01 +0300
commit2e517001a9c03487413f123f4f2a37eb9a7f2b91 (patch)
tree8b4a87297d368a80875289649597520ca70171c8 /tox.ini
parenta75ea0d693d2be2e030b366b62c88f6bc01413d1 (diff)
downloadrq-2e517001a9c03487413f123f4f2a37eb9a7f2b91.tar.gz
pass on arguments to py.test
Diffstat (limited to 'tox.ini')
-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]