Merge pull request #4701 from ntova/py38-testing

tox / travis: add testing on py38-dev
This commit is contained in:
TW 2019-07-30 15:08:12 +02:00 committed by GitHub
commit e299ad824c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
# fakeroot -u tox --recreate
[tox]
envlist = py{35,36,37},flake8
envlist = py{35,36,37,38},flake8
[testenv]
deps =