Browse Source

travis: include core-qrexec in tests

Marek Marczykowski-Górecki 4 years ago
parent
commit
a90e7e365e
2 changed files with 4 additions and 2 deletions
  1. 3 2
      .travis.yml
  2. 1 0
      ci/requirements.txt

+ 3 - 2
.travis.yml

@@ -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

+ 1 - 0
ci/requirements.txt

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