Add travis job for Python 3.9

This commit is contained in:
Roman Mogylatov 2020-10-29 14:23:07 -04:00
parent e615b9c48c
commit eadea64e0f

View File

@ -50,6 +50,10 @@ jobs:
env: TOXENV=py38
install: pip install tox
script: tox
- python: 3.9
env: TOXENV=py39
install: pip install tox
script: tox
- python: pypy
env: TOXENV=pypy
install: pip install tox