From de3c7edd4f453d83edb7ab144413b55e32bc19b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 23 Oct 2019 04:41:37 +0200 Subject: [PATCH] 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 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0261c123..7c816db1 100644 --- a/.travis.yml +++ b/.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: