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 6dd6c05..10cb06d 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