Add testing for Python 3.8 and remove 3.5

This commit is contained in:
Simon Conseil
2020-01-04 00:57:08 -03:00
parent 42b362ace0
commit 1b27cc3258
5 changed files with 16 additions and 19 deletions

View File

@@ -1,12 +1,12 @@
[tox]
envlist = py{35,36,37}
envlist = py{36,37,38}
skip_missing_interpreters = True
[travis]
python =
3.7: py37
3.6: py36
3.5: py35
3.7: py37
3.8: py38
[testenv]
deps =