Update .travis.yml

Adding python 3.8
This commit is contained in:
Jamie Hardt
2020-01-03 09:42:40 -08:00
committed by GitHub
parent 566e6257f4
commit 4fae65fa8d

View File

@@ -1,5 +1,6 @@
language: python language: python
python: python:
- "3.8"
- "3.7" - "3.7"
- "3.6" - "3.6"
- "3.5" - "3.5"