소스 검색

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 년 전
부모
커밋
de3c7edd4f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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: