Ver código fonte

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

Thomas Waldmann 4 anos atrás
pai
commit
18495249e9
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

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