Update .travis.yml

Addind 3.7
This commit is contained in:
Jamie Hardt
2019-06-25 11:15:05 -07:00
parent 99bfa99b3b
commit 4b6407c1f4

View File

@@ -4,6 +4,7 @@ python:
# - "2.7" # - "2.7"
- "3.6" - "3.6"
- "3.5" - "3.5"
- "3.7"
script: script:
- "python setup.py test" - "python setup.py test"
# - "py.test tests/ -v --cov wavinfo --cov-report term-missing" # - "py.test tests/ -v --cov wavinfo --cov-report term-missing"