1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Make pytest the test runner.

This commit is contained in:
Michael Elsdörfer
2016-08-30 13:09:29 +02:00
parent 3d8626d17e
commit 4496ea91bd
2 changed files with 4 additions and 2 deletions

View File

@@ -6,8 +6,10 @@ deps = nose
coverage
scripttest
mock
pytest
pytest-cov
hypothesis
commands = nosetests --with-coverage --cover-erase --cover-branches
commands = py.test
[testenv:docs]
basepython = python