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:
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user