mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-24 07:01:59 +00:00
Merge pull request #4701 from ntova/py38-testing
tox / travis: add testing on py38-dev
This commit is contained in:
commit
e299ad824c
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,10 @@ matrix:
|
|||
os: linux
|
||||
dist: xenial
|
||||
env: TOXENV=py37
|
||||
- python: "3.8-dev"
|
||||
os: linux
|
||||
dist: xenial
|
||||
env: TOXENV=py38
|
||||
- python: 3.5
|
||||
os: linux
|
||||
dist: xenial
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -2,7 +2,7 @@
|
|||
# fakeroot -u tox --recreate
|
||||
|
||||
[tox]
|
||||
envlist = py{35,36,37},flake8
|
||||
envlist = py{35,36,37,38},flake8
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
Loading…
Reference in a new issue