pass through arguents in tox.ini

This commit is contained in:
Mahmoud Hashemi 2017-07-29 17:34:30 -07:00
parent b1072c4fa2
commit a26a7a8393
1 changed files with 1 additions and 1 deletions

View File

@ -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}