You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
multibootusb/scripts/pyudev/.travis.yml

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