python-escpos/tox.ini
2016-03-08 20:07:16 +01:00

9 lines
159 B
INI

[tox]
envlist = py27, py34
[testenv]
deps = nose
coverage
commands = nosetests
# TODO: implement code coverage analysis (and of course tests at first)