aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Imhoff <dwieeb@gmail.com>2015-11-12 19:41:58 -0600
committerDaniel Imhoff <dwieeb@gmail.com>2015-11-12 19:41:58 -0600
commitfd4ecff435decee2a7ba1184fa2dd420620616d6 (patch)
tree8ff19e8cedc9b86c83c37d9eb133aad7cc45345a /tox.ini
parent995f88f79a4881df48af3e230c5ed9321176d071 (diff)
downloaduritemplates-fd4ecff435decee2a7ba1184fa2dd420620616d6.tar.gz
Pass along {posargs} to pytest
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e15543c..b81521a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ envlist =
[testenv]
deps =
pytest
-commands = py.test
+commands = py.test {posargs}
[testenv:pep8]
deps =