Skip to content

Commit

Permalink
Allow to pass arguments to pytest via tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jd committed Jun 24, 2019
1 parent 49ff08b commit adfde26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ envlist = py35, py36, py37
deps =
-r{toxinidir}/requirements.txt
pytest-xprocess
commands = pytest
commands = pytest {posargs}

0 comments on commit adfde26

Please sign in to comment.