Add basic Travis CI configuration

This commit is contained in:
Grigori Goronzy 2017-09-18 15:53:26 +02:00
parent 532363d97b
commit 079affc4f3

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- 3.6
install:
- pip install pyserial pyusb
script:
- python setup.py build
- python setup.py test