summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-14 23:03:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-14 23:03:42 -0400
commitaa1f8ebe0d2d3f49a36535b61824f2fece3bdd46 (patch)
treeed2625439f1fe8da3710d9fdabfc1783fe11e430
parent9be6e615930bdecb69cf4da887eefd0d53c425bd (diff)
downloadpytest-runner-aa1f8ebe0d2d3f49a36535b61824f2fece3bdd46.tar.gz
Allow passing posargs
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 564f205..d740130 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,5 +2,5 @@
deps =
-rtests/requirements.txt
-commands = py.test
+commands = py.test {posargs}
usedevelop = True