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

(cherry picked from commit de3c7ed)
  • Loading branch information
marmarek committed Jun 24, 2020
1 parent f06ea6b commit e6316ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import:
mode: deep_merge_prepend
- source: QubesOS/qubes-continuous-integration:R4.0/travis-dom0-r4.0.yml
python:
- '3.5'
- '3.6'
language: python
virtualenv:
system_site_packages: true
Expand Down

0 comments on commit e6316ec

Please sign in to comment.