Get rid of --doctest-modules in py.test command.

This commit is contained in:
Ivan Malison 2015-01-07 18:20:30 -08:00
parent b66ee21ce0
commit 6e6ff1a417

View file

@ -9,7 +9,7 @@ deps =
pytest
mock
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]
deps = ipdb