tox / travis: add testing on py38-dev

This commit is contained in:
ntova 2019-07-29 17:31:47 +02:00
parent 171392d1ff
commit 3e0bed4b36
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 =