Python 3.8 added to tests

Bumped version and added 3.8 to Travis
This commit is contained in:
Jamie Hardt
2020-01-02 11:55:51 -08:00
parent 5c90d5ff47
commit 841b86f3f4
3 changed files with 6 additions and 4 deletions

View File

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