mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-15 10:56:30 +00:00
tox / travis: also test on Python 3.6
This commit is contained in:
parent
d5bc486dc9
commit
9533493047
2 changed files with 9 additions and 1 deletions
|
@ -16,6 +16,10 @@ matrix:
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
|
- python: 3.6
|
||||||
|
os: linux
|
||||||
|
dist: trusty
|
||||||
|
env: TOXENV=py36
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
@ -28,6 +32,10 @@ matrix:
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode6.4
|
osx_image: xcode6.4
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
|
- language: generic
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode6.4
|
||||||
|
env: TOXENV=py36
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -2,7 +2,7 @@
|
||||||
# fakeroot -u tox --recreate
|
# fakeroot -u tox --recreate
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py{34,35},flake8
|
envlist = py{34,35,36},flake8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
# Change dir to avoid import problem for cython code. The directory does
|
# Change dir to avoid import problem for cython code. The directory does
|
||||||
|
|
Loading…
Reference in a new issue