소스 검색

travis: test on xenial rather than trusty, see #5383

Thomas Waldmann 4 년 전
부모
커밋
18495249e9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -9,11 +9,11 @@ matrix:
     include:
         - python: "3.5.2"  # Use version 3.5.2 because it has lzma support while 3.5(.0) does not
           os: linux
-          dist: trusty
+          dist: xenial
           env: TOXENV=py35
         - python: "3.6"
           os: linux
-          dist: trusty
+          dist: xenial
           env: TOXENV=py36
         - python: "3.7"
           os: linux