python-escpos/.travis.yml

10 lines
151 B
YAML
Raw Normal View History

language: python
sudo: false
cache: pip
before_install:
- pip install codecov
after_success:
- codecov
# command to run tests
script:
- tox