diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-10-09 23:47:31 +0300 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-10-20 13:21:24 +0300 |
commit | 740b66f8c0a43a501438092ca0b3fba326c2491d (patch) | |
tree | 0ecd33ab276bddd19596d4533a17322aef789a81 /tox.ini | |
parent | 81fd054b39a7a7ca91042704e01c528f051991d3 (diff) | |
download | apscheduler-740b66f8c0a43a501438092ca0b3fba326c2491d.tar.gz |
Modified tox configuration to pass through arbitrary arguments to py.test
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |