Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 1ac48c0

Browse files
committed
Add travis support
1 parent b22d1cf commit 1ac48c0

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.travis.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
language: python
2+
3+
sudo: false
4+
5+
python:
6+
- 2.7
7+
8+
addons:
9+
apt:
10+
packages:
11+
- swig
12+
- libusb-1.0-0-dev
13+
14+
cache:
15+
pip: true
16+
apt: true
17+
directories:
18+
- $HOME/.cache/pip
19+
20+
install:
21+
- pip install tox coveralls
22+
23+
env:
24+
- TOXENV=py27
25+
26+
script: tox
27+
28+
after_success:
29+
- coveralls

0 commit comments

Comments
 (0)