Add basic Travis CI configuration
This commit is contained in:
parent
532363d97b
commit
079affc4f3
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- 3.6
|
||||||
|
install:
|
||||||
|
- pip install pyserial pyusb
|
||||||
|
script:
|
||||||
|
- python setup.py build
|
||||||
|
- python setup.py test
|
Loading…
Reference in New Issue
Block a user