mirror of https://github.com/mahmoud/boltons.git
pass through arguents in tox.ini
This commit is contained in:
parent
b1072c4fa2
commit
a26a7a8393
2
tox.ini
2
tox.ini
|
@ -3,4 +3,4 @@ envlist = py26,py27,py34,pypy
|
|||
[testenv]
|
||||
changedir = .tox
|
||||
deps = -rrequirements-test.txt
|
||||
commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests
|
||||
commands = py.test --doctest-modules {envsitepackagesdir}/boltons {toxinidir}/tests {posargs}
|
||||
|
|
Loading…
Reference in New Issue