Merge pull request #432 from c00kiemon5ter/feature-specify-tox-tests

Allow testers to specify test
This commit is contained in:
Ioannis Kakavas 2017-07-12 16:26:33 +03:00 committed by GitHub
commit a490e4759d
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ envlist = py27,py34
[testenv]
deps = -rtests/test_requirements.txt
commands = py.test tests/
commands = py.test {posargs:tests/}