Skip to content

Commit

Permalink
Merge pull request #4 from etataurov/python-3.6-travis
Browse files Browse the repository at this point in the history
Test 3.6 support
  • Loading branch information
etataurov authored Mar 28, 2017
2 parents cc84a01 + b899da2 commit 3e59b87
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 @@ -6,6 +6,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- "pip install -U setuptools"
- "python setup.py install"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)

0 comments on commit 3e59b87

Please sign in to comment.