1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 05:35:58 +00:00

travis has fixed their py 3.5

lzma stuff used to be broken, that's why we had 3.5.2.
This commit is contained in:
Thomas Waldmann 2017-07-29 20:23:02 +02:00
parent a5c6a50ebe
commit 75050f4ba0

View file

@ -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