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