Remove 3.8 from test matrix

This commit is contained in:
Jonathan Kim 2019-12-26 12:31:25 +00:00
parent bddff047c4
commit 45b1a0252d

View File

@ -4,7 +4,6 @@ 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