Skip to content

Commit

Permalink
Added Python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Jun 14, 2017
1 parent a109c74 commit 89c8d80
Show file tree
Hide file tree
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
Expand Up @@ -4,6 +4,7 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install mock; fi
install:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
install_requires=install_requires,
tests_require=tests_require,
Expand Down

0 comments on commit 89c8d80

Please sign in to comment.