summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2014-05-08 11:14:32 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2014-05-08 11:14:32 -0700
commit68fffc7c0be1c2569749c618d2361b16428cde96 (patch)
tree95aa81f08aa0a35cc625f21dee09f09057e9244c
parentfac46588dfc6bfbd095630539d9ad0a35a789ff0 (diff)
downloadsix-68fffc7c0be1c2569749c618d2361b16428cde96.tar.gz
tox.ini: Add {posargs} to py.test command
so that user can call tox with options and pass them to py.test -- e.g.: tox -e py26,py27,py33 -- -v --tb=short --showlocals -k test_map
-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