diff --git a/.travis.yml b/.travis.yml index d9d12ca..5de4b91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: # - "2.7" - "3.6" - "3.5" + - "3.7" script: - "python setup.py test" # - "py.test tests/ -v --cov wavinfo --cov-report term-missing"