Skip to content

Commit

Permalink
Merge pull request rholder#52 from RyPeck/python-3.5
Browse files Browse the repository at this point in the history
Add Python 3.5
  • Loading branch information
rholder committed Jun 7, 2016
2 parents 3a435e8 + deaa384 commit 1d56993
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.2
- 3.3
- 3.4
- 3.5
- pypy

script: python setup.py test
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet',
'Topic :: Utilities',
]
Expand Down

0 comments on commit 1d56993

Please sign in to comment.