Update .travis.yml

Added 3.9
This commit is contained in:
Jamie Hardt
2020-10-19 21:25:44 -07:00
committed by GitHub
parent cfc1a451bc
commit 1b25b8214d

View File

@@ -6,6 +6,7 @@ python:
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"
- "3.9"
script: script:
- "gunzip tests/test_files/rf64/*.gz" - "gunzip tests/test_files/rf64/*.gz"
- "python setup.py test" - "python setup.py test"