Bump python version in travis

merge-requests/1/head
aubustou 4 years ago
parent ffd9e1de2a
commit 61a76803d4

@ -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

Loading…
Cancel
Save