Browse Source

travis: pip -> pip3

Frédéric Pierret (fepitre) 4 years ago
parent
commit
bd837c49ec
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -4,13 +4,14 @@ import:
   - source: QubesOS/qubes-continuous-integration:R4.1/travis-dom0-r4.1.yml
 python:
   - '3.6'
+language: python
 virtualenv:
   system_site_packages: true
 services:
   - xvfb
 install:
   - sudo apt-get -y install python3-gi gir1.2-gtk-3.0
-  - pip install --quiet -r ci/requirements.txt
+  - pip3 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: