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

@ -5,6 +5,8 @@ envlist =
py34
py35
py36
py37
py38
flake8
@ -24,4 +26,4 @@ deps =
flake8
commands =
flake8 --max-line-length=119
flake8 --max-line-length=119