Skip to content

Commit

Permalink
travis: switch to python 3.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marmarek committed Oct 23, 2019
1 parent 5c3bb1c commit de3c7ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
dist: bionic
language: python
python:
- '3.5'
- '3.6'
virtualenv:
system_site_packages: true
services:
Expand All @@ -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:
Expand Down

0 comments on commit de3c7ed

Please sign in to comment.