Skip to content

Commit

Permalink
Added Python 3.6 to travis and expose python 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Jan 17, 2017
1 parent cfc9962 commit d256f2c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
- pypy
- pypy3

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
Current
-------

- Nothing yet
- Expose Python 3 compatibility

0.2.0 (2016-10-11)
------------------
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ def pip(filename):
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py{27,33,34,35,py}, doc
envlist = py{27,33,34,35,36,py}, doc

[testenv]
commands = nosetests
Expand Down

0 comments on commit d256f2c

Please sign in to comment.