Skip to content

Commit

Permalink
added python 3.6 to build matrix
Browse files Browse the repository at this point in the history
bmcfee committed May 13, 2017
1 parent 3aba29a commit a54a040
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

before_install:
- bash .travis_dependencies.sh
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
],
keywords='audio music json',
license='ISC',

0 comments on commit a54a040

Please sign in to comment.