2
0
mirror of https://github.com/mbusb/multibootusb synced 2024-11-01 15:40:16 +00:00
multibootusb/scripts/pyudev/.travis.yml
2016-11-06 16:48:53 +05:30

17 lines
321 B
YAML

branches:
only:
- master
- develop-0.22
language: python
python:
- "2.7"
- "3.4"
- "pypy"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libudev-dev
install:
- pip install .
- pip install -r requirements.txt
script: py.test --junitxml=tests.xml --enable-privileged -rfEsxX -v