Depend on py3.7+ for tox, add python 3.8 to azure pipeline targets (#29)

This commit is contained in:
Teemu R
2020-03-18 12:50:42 +01:00
committed by GitHub
parent bc153b3bb9
commit f4e5afa20b
2 changed files with 11 additions and 3 deletions

View File

@@ -1,11 +1,10 @@
[tox]
envlist=py35,py36,py37,flake8,linting,typing
envlist=py37,py38,flake8,linting,typing
skip_missing_interpreters = True
[tox:travis]
3.5 = py35
3.6 = py36
3.7 = py37
3.8 = py38
[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH