travis: include core-qrexec in tests
This commit is contained in:
parent
3f96c72ee3
commit
a90e7e365e
@ -11,9 +11,10 @@ install:
|
|||||||
- sudo apt-get -y install python3-gi gir1.2-gtk-3.0
|
- sudo apt-get -y install python3-gi gir1.2-gtk-3.0
|
||||||
- pip install --quiet -r ci/requirements.txt
|
- pip install --quiet -r ci/requirements.txt
|
||||||
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
|
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder
|
||||||
|
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-core-qrexec ~/qubes-core-qrexec
|
||||||
script:
|
script:
|
||||||
- PYTHONPATH=test-packages pylint qubes
|
- PYTHONPATH=test-packages:~/qubes-core-qrexec pylint qubes
|
||||||
- ./run-tests
|
- PYTHONPATH=test-packages:~/qubes-core-qrexec ./run-tests
|
||||||
- ~/qubes-builder/scripts/travis-build
|
- ~/qubes-builder/scripts/travis-build
|
||||||
env:
|
env:
|
||||||
- DIST_DOM0=fc31 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1
|
- DIST_DOM0=fc31 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1
|
||||||
|
@ -8,3 +8,4 @@ lxml
|
|||||||
pylint
|
pylint
|
||||||
sphinx
|
sphinx
|
||||||
PyYAML
|
PyYAML
|
||||||
|
pyinotify
|
||||||
|
Loading…
Reference in New Issue
Block a user