From 4836dcd486dc40a37711dc9d8dce052cf4d60573 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 9 May 2020 00:27:58 +0200 Subject: [PATCH] change pytest call in tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7fcb593..f2ea147 100644 --- a/tox.ini +++ b/tox.ini @@ -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]