travis: pip -> pip3

This commit is contained in:
Frédéric Pierret (fepitre) 2020-05-18 14:17:45 +02:00
parent 30900125d3
commit bd837c49ec
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -4,13 +4,14 @@ import:
- source: QubesOS/qubes-continuous-integration:R4.1/travis-dom0-r4.1.yml - source: QubesOS/qubes-continuous-integration:R4.1/travis-dom0-r4.1.yml
python: python:
- '3.6' - '3.6'
language: python
virtualenv: virtualenv:
system_site_packages: true system_site_packages: true
services: services:
- xvfb - xvfb
install: 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 - 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-builder ~/qubes-builder
- git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-core-qrexec ~/qubes-core-qrexec - git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-core-qrexec ~/qubes-core-qrexec
script: script: