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 # content of: tox.ini , put in same dir as setup.py
[tox] [tox]
envlist = py27, py35, py36 envlist = py36, py37, py38, py39
[testenv] [testenv]
deps=pytest deps=pytest
commands=py.test test commands=py.test test
[travis] [travis]
python = python =
2.7: py27 3.6: py36
3.5: py35 3.7: py37
3.6: py36 3.8: py38
3.9: py39

Loading…
Cancel
Save