change pytest call in tox

This commit is contained in:
Patrick Kanzler 2020-05-09 00:27:58 +02:00
parent d9d400da6d
commit 4836dcd486
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ deps = nose
pytest-mock
hypothesis!=3.56.9,<4
viivakoodi
commands = py.test --cov escpos
commands = pytest --cov escpos
passenv = ESCPOS_CAPABILITIES_PICKLE_DIR ESCPOS_CAPABILITIES_FILE CI TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* CODECOV_*
[testenv:docs]