python-escpos/.travis.yml

8 lines
118 B
YAML

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