fix travis build

This commit is contained in:
Pavol Rusnak 2016-01-19 22:55:50 +01:00
parent 3e24b017ac
commit 89d4f05393
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,12 @@ cache:
directories:
- $HOME/.cache/pip
addons:
apt:
packages:
- libudev-dev
- libusb-1.0-0-dev
python:
- "2.6"
- "2.7"
@ -16,6 +22,9 @@ python:
- "3.4"
- "3.5"
before_install:
- pip install setuptools --upgrade
install:
# Optimisation: build requirements as wheels, which get cached by Travis
- pip install "pip>=7.0" wheel