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

4
.gitignore vendored
View File

@@ -7,3 +7,7 @@ $~
# temporary data
temp
# packaging and testing
.tox/
*.egg-info/