python-escpos/tox.ini
Patrick Kanzler 029549aaae IMPROVE packaging and testing
* uses now tox (currently with no tests) on python 2.7 and 3.4
* upgraded setup.py to setuptools
2015-12-30 16:58:28 +01:00

8 lines
138 B
INI

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