Skip to content

Commit

Permalink
python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Schoor committed Apr 25, 2017
1 parent 6f51771 commit 1495410
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 @@ -3,6 +3,7 @@
language: python
sudo: false
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def read(fname):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
test_suite='tests'
)

0 comments on commit 1495410

Please sign in to comment.