mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 21:37:59 +01:00
Add build with Python 3.9
This commit is contained in:
parent
9cc8ebb01b
commit
11296343b0
2 changed files with 3 additions and 0 deletions
|
@ -5,5 +5,6 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8"
|
- "3.8"
|
||||||
|
- "3.9"
|
||||||
install: pip install tox-travis
|
install: pip install tox-travis
|
||||||
script: tox
|
script: tox
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -3,12 +3,14 @@ envlist =
|
||||||
py36
|
py36
|
||||||
py37
|
py37
|
||||||
py38
|
py38
|
||||||
|
py39
|
||||||
|
|
||||||
[travis]
|
[travis]
|
||||||
python =
|
python =
|
||||||
3.6: py36
|
3.6: py36
|
||||||
3.7: py37
|
3.7: py37
|
||||||
3.8: py38
|
3.8: py38
|
||||||
|
3.9: py39
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -rrequirements.txt
|
deps = -rrequirements.txt
|
||||||
|
|
Loading…
Reference in a new issue