1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

init capabilities

This commit is contained in:
Fabian Wicker
2023-04-17 12:21:48 +02:00
parent e420575eb6
commit 2b1374681f
38 changed files with 2467 additions and 214 deletions

View File

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