2017-09-18 15:53:26 +02:00
|
|
|
language: python
|
2017-09-18 16:06:12 +02:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- "$HOME/.cache/pip"
|
2017-09-18 15:53:26 +02:00
|
|
|
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
|