Allow passing parameters to pytest

An invocation like "tox -epy -- --pdb" will pass --pdb to pytest.
pull/208/head
Markus Unterwaditzer 2017-01-19 12:41:51 +01:00
rodzic ebb47ee991
commit 475996a02f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8,6 +8,6 @@ deps =
coverage
icalendar [test]
commands =
coverage run --source=src/icalendar --omit=*/tests/* --module pytest src/icalendar
coverage run --source=src/icalendar --omit=*/tests/* --module pytest [] src/icalendar
coverage report
coverage html