Run tests with Python 3.7 / 3.8

This commit is contained in:
Patrick Storz 2020-05-17 15:52:04 +02:00
parent 049264eba6
commit c29ecd9304
2 changed files with 7 additions and 3 deletions

View file

@ -8,6 +8,8 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8
install:
- pip install tox-travis codecov
@ -18,9 +20,9 @@ matrix:
fast_finish: true
include:
- python: 3.6
- python: 3.8
env:
- TOXENV=flake8
after_success:
- coverage combine && codecov
- coverage combine && codecov