Pass additional tox args to pytest #1

Merged
seba merged 1 commits from joker/servefile:tox_pytest_args into master 2019-02-24 17:06:47 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ envlist = py27,py36
deps =
pytest
requests
commands = pytest --tb=short
commands = pytest --tb=short {posargs}