summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-05-09 23:56:33 -0700
committerBenjamin Peterson <benjamin@python.org>2014-05-09 23:56:33 -0700
commit41518bfb7987e65300f9f770b38b163653857498 (patch)
tree4d87672960898608cb02d9b3db1d664f634412bc
parent2f87bab5e935ebbca5dce9e22d1657e462bfdd4e (diff)
parent68fffc7c0be1c2569749c618d2361b16428cde96 (diff)
downloadsix-41518bfb7987e65300f9f770b38b163653857498.tar.gz
Merged in msabramo/six/tox_posargs (pull request #37)
tox.ini: Add {posargs} to py.test command
-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