Bump python version in travis
This commit is contained in:
parent
ffd9e1de2a
commit
61a76803d4
1 changed files with 5 additions and 4 deletions
7
tox.ini
7
tox.ini
|
@ -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.5: py35
|
|
||||||
3.6: py36
|
3.6: py36
|
||||||
|
3.7: py37
|
||||||
|
3.8: py38
|
||||||
|
3.9: py39
|
||||||
|
|
Loading…
Reference in a new issue