9 lines
132 B
YAML
9 lines
132 B
YAML
|
language: python
|
||
|
python:
|
||
|
- 3.6
|
||
|
install:
|
||
|
- pip install pyserial pyusb
|
||
|
script:
|
||
|
- python setup.py build
|
||
|
- python setup.py test
|