stcgal/.travis.yml

9 lines
132 B
YAML
Raw Normal View History

2017-09-18 15:53:26 +02:00
language: python
python:
- 3.6
install:
- pip install pyserial pyusb
script:
- python setup.py build
- python setup.py test