Add Python 3.8 to test matrix

This commit is contained in:
Jonathan Kim 2019-12-31 13:58:56 +00:00
parent 45b1a0252d
commit 1204368b91

View File

@ -4,6 +4,7 @@ dist: xenial
python: python:
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8"
install: install:
- pip install tox tox-travis - pip install tox tox-travis