stcgal/.travis.yml
2017-09-18 16:12:47 +02:00

14 lines
195 B
YAML

language: python
cache:
directories:
- "$HOME/.cache/pip"
python:
- 3.4
- 3.6
- pypy3
install:
- pip install pyserial pyusb
script:
- python setup.py build
- python setup.py test