Bump python version in travis

This commit is contained in:
aubustou 2020-10-20 00:24:47 +02:00
parent ffd9e1de2a
commit 61a76803d4

View file

@ -1,12 +1,13 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27, py35, py36
envlist = py36, py37, py38, py39
[testenv]
deps=pytest
commands=py.test test
[travis]
python =
2.7: py27
3.5: py35
3.6: py36
3.6: py36
3.7: py37
3.8: py38
3.9: py39