Browse Source

travis has fixed their py 3.5

lzma stuff used to be broken, that's why we had 3.5.2.
Thomas Waldmann 7 years ago
parent
commit
75050f4ba0
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -6,10 +6,9 @@ cache:
     directories:
         - $HOME/.cache/pip
 
-# note: use py 3.5.2, it has lzma support. 3.5(.0) on travis.org/trusty does not.
 matrix:
     include:
-        - python: 3.5.2
+        - python: 3.5
           os: linux
           dist: trusty
           env: TOXENV=py35
@@ -17,7 +16,7 @@ matrix:
           os: linux
           dist: trusty
           env: TOXENV=py36
-        - python: 3.5.2
+        - python: 3.5
           os: linux
           dist: trusty
           env: TOXENV=flake8