Browse Source

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
Marek Marczykowski-Górecki 4 years ago
parent
commit
de3c7edd4f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -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: