2017-09-19 17:54:26 +02:00
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
|
|
|
language: python
|
|
|
|
cache:
|
|
|
|
- pip
|
|
|
|
python:
|
|
|
|
- "3.4"
|
|
|
|
- "3.5"
|
|
|
|
- "3.6"
|
|
|
|
- "pypy3"
|
|
|
|
before_install:
|
|
|
|
- sudo apt install rpm dpkg-dev debhelper dh-python python3-setuptools fakeroot python3-serial python3-yaml
|
|
|
|
install:
|
2018-09-20 17:15:42 +02:00
|
|
|
- pip install pyusb
|
2017-09-19 17:54:26 +02:00
|
|
|
script:
|
|
|
|
- python setup.py build
|
|
|
|
- python setup.py test
|