Skip to content

Commit

Permalink
Add support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Mar 30, 2016
1 parent 8679827 commit e40e13c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 2.7
- 3.3
- 3.4
- 3.5
install:
- pip install -r requirements-dev.txt
- python setup.py develop
Expand Down
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.7.0 (2015-??-??)
0.7.0 (2016-??-??)
------------------

- Sort case insensitive when sorting by label. This is a BC break, although
Expand All @@ -14,6 +14,7 @@
- Add support for the sources attribute, a new feature in skosprovider 0.6.0
- Add support for languages to Conceptschemes, a new feature in skosprovider
0.6.0 that allows detailing what languages a conceptscheme uses.
- Add support for Python 3.5

0.6.0 (2015-03-02)
------------------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Framework :: Pyramid',
],
author='Koen Van Daele',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34,cover
envlist = py27,py33,py34,py35,cover

[testenv]
commands =
Expand Down

0 comments on commit e40e13c

Please sign in to comment.