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:
parent
5c3bb1cbd0
commit
de3c7edd4f
@ -2,7 +2,7 @@ sudo: required
|
||||
dist: bionic
|
||||
language: python
|
||||
python:
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
services:
|
||||
@ -16,7 +16,6 @@ script:
|
||||
- ./run-tests
|
||||
- ~/qubes-builder/scripts/travis-build
|
||||
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
|
||||
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user