tox: Fix typo in the pytest command.

This commit is contained in:
Damir Jelić 2019-04-10 14:52:11 +02:00
parent 78041c7a6a
commit 928b65beee

View File

@ -17,7 +17,7 @@ usedevelop = True
[testenv:coverage] [testenv:coverage]
basepython = python3.7 basepython = python3.7
commands = commands =
py.test --cov=pantalaimon --cov-report term-missing pytest --cov=pantalaimon --cov-report term-missing
coverage xml coverage xml
coverage report --show-missing coverage report --show-missing
codecov -e TOXENV codecov -e TOXENV