travis: include core-qrexec in tests

This commit is contained in:
Marek Marczykowski-Górecki 2020-02-21 05:39:15 +01:00
parent 3f96c72ee3
commit a90e7e365e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 4 additions and 2 deletions

View File

@ -11,9 +11,10 @@ install:
- sudo apt-get -y install python3-gi gir1.2-gtk-3.0
- 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-core-qrexec ~/qubes-core-qrexec
script:
- PYTHONPATH=test-packages pylint qubes
- ./run-tests
- PYTHONPATH=test-packages:~/qubes-core-qrexec pylint qubes
- PYTHONPATH=test-packages:~/qubes-core-qrexec ./run-tests
- ~/qubes-builder/scripts/travis-build
env:
- DIST_DOM0=fc31 USE_QUBES_REPO_VERSION=4.1 USE_QUBES_REPO_TESTING=1

View File

@ -8,3 +8,4 @@ lxml
pylint
sphinx
PyYAML
pyinotify