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

IMPROVE packaging and testing

* uses now tox (currently with no tests) on python 2.7 and 3.4
* upgraded setup.py to setuptools
This commit is contained in:
Patrick Kanzler
2015-12-30 16:58:28 +01:00
parent 6cc325b395
commit 029549aaae
3 changed files with 44 additions and 2 deletions

7
tox.ini Normal file
View File

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