mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 15:28:57 +00:00
test on py36
This commit is contained in:
parent
1a0277021c
commit
d27a3521ec
2 changed files with 6 additions and 1 deletions
|
@ -14,6 +14,9 @@ matrix:
|
|||
- python: 3.5
|
||||
os: linux
|
||||
env: TOXENV=py35
|
||||
- python: nightly
|
||||
os: linux
|
||||
env: TOXENV=py36
|
||||
- python: 3.5
|
||||
os: linux
|
||||
env: TOXENV=flake8
|
||||
|
@ -25,6 +28,8 @@ matrix:
|
|||
os: osx
|
||||
osx_image: xcode6.4
|
||||
env: TOXENV=py35
|
||||
allow_failures:
|
||||
- python: nightly
|
||||
|
||||
install:
|
||||
- ./.travis/install.sh
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -2,7 +2,7 @@
|
|||
# fakeroot -u tox --recreate
|
||||
|
||||
[tox]
|
||||
envlist = py{34,35},flake8
|
||||
envlist = py{34,35,36},flake8
|
||||
|
||||
[testenv]
|
||||
# Change dir to avoid import problem for cython code. The directory does
|
||||
|
|
Loading…
Reference in a new issue