mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
travis: use 3.6-dev
nightly points to python 3.7 now.
This commit is contained in:
parent
a2dfe68609
commit
c9a3a201e5
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ matrix:
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: nightly
|
- python: 3.6-dev
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
|
@ -34,7 +34,7 @@ matrix:
|
||||||
osx_image: xcode6.4
|
osx_image: xcode6.4
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: nightly
|
- python: 3.6-dev
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ./.travis/install.sh
|
- ./.travis/install.sh
|
||||||
|
|
Loading…
Reference in a new issue