1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

ADD travis-configuration-file and comments in setup.py

This commit is contained in:
Patrick Kanzler
2016-01-05 10:39:28 +01:00
parent 029549aaae
commit 8b8ab80e5f
2 changed files with 14 additions and 0 deletions

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: python
sudo: false
cache: pip
before_install:
- pip install codecov
after_success:
- codecov
# command to run tests
script:
- tox