Add Python 3.9 support

This commit is contained in:
Brian May
2020-12-28 11:01:07 +11:00
parent 8f0d3b0f8e
commit b8cd2fae40
4 changed files with 6 additions and 2 deletions

View File

@ -5,12 +5,14 @@ envlist =
py36,
py37,
py38,
py39,
[testenv]
basepython =
py36: python3.6
py37: python3.7
py38: python3.8
py39: python3.9
commands =
pip install -e .
# actual flake8 test