pytest is recommended entry point

This commit is contained in:
Hugo 2017-10-28 10:01:47 +03:00
parent ec647d181c
commit 79fa0c6f9d
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ deps =
ipdb
pytest-cov
flaky
commands = py.test -v -s -W all --cov pylast --cov-report term-missing {posargs}
commands = pytest -v -s -W all --cov pylast --cov-report term-missing {posargs}
[testenv:venv]
deps = ipdb