Get rid of --doctest-modules in py.test command.
This commit is contained in:
parent
b66ee21ce0
commit
6e6ff1a417
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -9,7 +9,7 @@ deps =
|
||||||
pytest
|
pytest
|
||||||
mock
|
mock
|
||||||
pytest-cov
|
pytest-cov
|
||||||
commands = py.test --doctest-modules -v --cov pylast --cov-report term-missing
|
commands = py.test -v --cov pylast --cov-report term-missing
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
deps = ipdb
|
deps = ipdb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue