summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2014-10-09 23:47:31 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2014-10-20 13:21:24 +0300
commit740b66f8c0a43a501438092ca0b3fba326c2491d (patch)
tree0ecd33ab276bddd19596d4533a17322aef789a81
parent81fd054b39a7a7ca91042704e01c528f051991d3 (diff)
downloadapscheduler-740b66f8c0a43a501438092ca0b3fba326c2491d.tar.gz
Modified tox configuration to pass through arbitrary arguments to py.test
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9ad2fa0..1ada904 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
envlist = py26,py27,py32,py33,py34,pypy,pypy3,flake8
[testenv]
-commands=py.test -rsx
+commands=py.test -rsx {posargs}
[testenv:py26]
deps={[testenv:pypy]deps}