mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-10 06:03:38 +00:00
tox / travis: enable testing on py37
This commit is contained in:
parent
52f1cd4bc6
commit
fef9581690
2 changed files with 5 additions and 1 deletions
|
@ -20,6 +20,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{36},flake8
|
||||
envlist = py{36,37},flake8
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
Loading…
Add table
Reference in a new issue