travis: switch to python 3.6

For system site-packages to work, it needs to be the same as in the base
distribution. Switch to the version in Ubuntu bionic

QubesOS/qubes-issues#4613
This commit is contained in:
Marek Marczykowski-Górecki 2019-10-23 04:41:37 +02:00
parent 5c3bb1cbd0
commit de3c7edd4f
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -2,7 +2,7 @@ sudo: required
dist: bionic dist: bionic
language: python language: python
python: python:
- '3.5' - '3.6'
virtualenv: virtualenv:
system_site_packages: true system_site_packages: true
services: services:
@ -16,7 +16,6 @@ script:
- ./run-tests - ./run-tests
- ~/qubes-builder/scripts/travis-build - ~/qubes-builder/scripts/travis-build
env: env:
- DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
- DIST_DOM0=fc29 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 - DIST_DOM0=fc29 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
after_success: after_success: