mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-22 05:17:59 +01:00
Add Python 3.7 to Tox and Travis
This commit is contained in:
parent
6196123446
commit
5acad0057d
2 changed files with 3 additions and 0 deletions
|
@ -2,5 +2,6 @@ sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
install: pip install tox-travis
|
install: pip install tox-travis
|
||||||
script: tox
|
script: tox
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,10 +1,12 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py36
|
py36
|
||||||
|
py37
|
||||||
|
|
||||||
[travis]
|
[travis]
|
||||||
python =
|
python =
|
||||||
3.6: py36
|
3.6: py36
|
||||||
|
3.7: py37
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -rrequirements.txt
|
deps = -rrequirements.txt
|
||||||
|
|
Loading…
Reference in a new issue