1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00
Files
python-escpos/capabilities-data/.travis.yml
2023-04-17 12:21:48 +02:00

14 lines
194 B
YAML

---
dist: trusty
language: python
install:
- sudo pip install yamllint
- pip install pyyaml pyaml
script:
- find data/ -name '*.yml' | xargs yamllint
- python scripts/collate.py
...