Add python 3.8 to test matrix

This commit is contained in:
Jonathan Kim 2019-12-26 12:15:17 +00:00
parent ec07b41ec0
commit c278692f32

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