mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
8 lines
118 B
YAML
8 lines
118 B
YAML
language: python
|
|
sudo: false
|
|
cache: pip
|
|
before_install:
|
|
- pip install tox
|
|
# command to run tests
|
|
script:
|
|
- tox |