Update links (e.g. pypi.org), rename py.test command

This commit is contained in:
Simon Conseil
2018-09-05 09:14:39 +02:00
parent 8e85f18cd7
commit 315bb800b7
8 changed files with 14 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ envlist = py{35,36},report,check
skip_missing_interpreters = True
[testenv]
commands = py.test --cov sigal --cov-report term-missing
commands = pytest --cov sigal --cov-report term-missing
deps =
pytest
pytest-cov