From 75050f4ba01ca5bcf4cb5ebc3e2cc2f12d3783d5 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 29 Jul 2017 20:23:02 +0200 Subject: [PATCH] travis has fixed their py 3.5 lzma stuff used to be broken, that's why we had 3.5.2. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6bf8521ae..572cc9a08 100644 --- a/.travis.yml +++ b/.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