From e6316ecd7d2d371cd76d280594ed45dce02622d6 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 (cherry picked from commit de3c7edd4f453d83edb7ab144413b55e32bc19b9) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd458f9b8..d02ca2135 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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