python-escpos/.travis.yml

13 lines
228 B
YAML

language: python
sudo: false
cache: pip
before_install:
- pip install codecov
# install dependencies
install:
- pip install --user -r requirements.txt
after_success:
- codecov
# command to run tests
script:
- tox