1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00
Files
python-escpos/.travis.yml
Patrick Kanzler e5cd37bfbc clean travis configuration file
3d61445e2c did not really improve the travis-build.
Now try to explcitly install tox.
2016-01-05 12:25:20 +01:00

8 lines
118 B
YAML

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