Run tests with Python 3.7 / 3.8
This commit is contained in:
parent
049264eba6
commit
695676e3a5
2 changed files with 7 additions and 3 deletions
|
|
@ -8,6 +8,8 @@ python:
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.7
|
||||||
|
- 3.8
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis codecov
|
- pip install tox-travis codecov
|
||||||
|
|
||||||
|
|
@ -18,9 +20,9 @@ matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- python: 3.6
|
- python: 3.8
|
||||||
env:
|
env:
|
||||||
- TOXENV=flake8
|
- TOXENV=flake8
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coverage combine && codecov
|
- coverage combine && codecov
|
||||||
|
|
|
||||||
4
tox.ini
4
tox.ini
|
|
@ -5,6 +5,8 @@ envlist =
|
||||||
py34
|
py34
|
||||||
py35
|
py35
|
||||||
py36
|
py36
|
||||||
|
py37
|
||||||
|
py38
|
||||||
flake8
|
flake8
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -24,4 +26,4 @@ deps =
|
||||||
flake8
|
flake8
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
flake8 --max-line-length=119
|
flake8 --max-line-length=119
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue