python-escpos/tox.ini

9 lines
159 B
INI
Raw Normal View History

[tox]
envlist = py27, py34
[testenv]
deps = nose
coverage
2016-03-02 22:05:52 +00:00
commands = nosetests
# TODO: implement code coverage analysis (and of course tests at first)