Added py3.8 to tests

This commit is contained in:
Jamie Hardt
2020-01-04 23:10:55 -08:00
parent fc7dde8fd6
commit 96a4cdb612
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
language: python
python:
- "3.7"
- "3.8
script:
- "python -m unittest discover tests"
install: