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:
parent
a5c6a50ebe
commit
75050f4ba0
1 changed files with 2 additions and 3 deletions
|
@ -6,10 +6,9 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
|
|
||||||
# note: use py 3.5.2, it has lzma support. 3.5(.0) on travis.org/trusty does not.
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 3.5.2
|
- python: 3.5
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
|
@ -17,7 +16,7 @@ matrix:
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
- python: 3.5.2
|
- python: 3.5
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env: TOXENV=flake8
|
env: TOXENV=flake8
|
||||||
|
|
Loading…
Reference in a new issue