Drop py3.5, add py3.7

This commit is contained in:
Jason Carver
2019-01-15 16:06:18 -08:00
parent 03f00d3fbe
commit caf9050a19
5 changed files with 26 additions and 26 deletions

View File

@ -1,6 +1,6 @@
[tox]
envlist=
py{35,36,py3}-core
py{36,37,py3}-core
lint
doctest
@ -26,8 +26,8 @@ commands=
doctest: make -C {toxinidir}/docs doctest
basepython =
doctest: python
py35: python3.5
py36: python3.6
py37: python3.7
pypy3: pypy3
extras=
test