Added 3.9 to Travis tests

This commit is contained in:
Jamie Hardt
2021-10-02 16:50:09 -07:00
parent 68969e77e2
commit 81cdca5452
2 changed files with 4 additions and 3 deletions

View File

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