From 4b6407c1f4a7a3fd7189bda23e61e3d274b730df Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 25 Jun 2019 11:15:05 -0700 Subject: [PATCH] Update .travis.yml Addind 3.7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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"