Skip to content

Commit

Permalink
Start Python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemill committed Jul 29, 2017
1 parent d711b59 commit eb4ab7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

install:
- pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -35,5 +35,6 @@ def long_description():
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
)

0 comments on commit eb4ab7d

Please sign in to comment.