2016-06-02 06:01:57 +02:00
|
|
|
sudo: required
|
|
|
|
dist: trusty
|
2017-11-09 18:34:29 +01:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- '3.5'
|
|
|
|
install:
|
|
|
|
- pip install --quiet -r ci/requirements.txt
|
|
|
|
- git clone https://github.com/QubesOS/qubes-builder ~/qubes-builder
|
|
|
|
script:
|
|
|
|
- PYTHONPATH=test-packages pylint --rcfile=ci/pylintrc qubesmanager
|
|
|
|
- ~/qubes-builder/scripts/travis-build
|
2016-06-02 06:01:57 +02:00
|
|
|
env:
|
2017-11-05 13:54:05 +01:00
|
|
|
- DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|