stcgal/.travis.yml

10 lines
140 B
YAML
Raw Normal View History

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