mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-09 00:32:37 -04:00
tox / travis: enable testing on py37
(cherry picked from commit fef9581690)
This commit is contained in:
parent
02dbe5fd5c
commit
836dc0b568
2 changed files with 5 additions and 1 deletions
|
|
@ -29,6 +29,10 @@ matrix:
|
|||
os: linux
|
||||
dist: trusty
|
||||
env: TOXENV=py36
|
||||
- python: "3.7"
|
||||
os: linux
|
||||
dist: xenial
|
||||
env: TOXENV=py37
|
||||
- language: generic
|
||||
os: osx
|
||||
osx_image: xcode8.3
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -2,7 +2,7 @@
|
|||
# fakeroot -u tox --recreate
|
||||
|
||||
[tox]
|
||||
envlist = py{34,35,36},flake8
|
||||
envlist = py{34,35,36,37},flake8
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue