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 11821c8..b29b31a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ indexserver=
[testenv]
deps=pytest
-commands= py.test -rfsxX
+commands= py.test -rfsxX {posargs}
[pytest]
minversion=2.2.0