Skip to content

Commit

Permalink
Project housekeeping.
Browse files Browse the repository at this point in the history
Test with python 3.5
  • Loading branch information
Koen Van Daele committed Sep 27, 2015
1 parent 98b98b4 commit 737feba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
- LC_ALL=en_US.utf-8
install:
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
0.1.0 (??-09-2015)
0.1.0 (27-09-2015)
------------------

- Initial version
- Allows redirecting a a regular URI and with a query service.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]

setup(name='urihandler',
version='0.1.0.dev0',
version='0.1.0',
description='A tiny application that handles (cool) uri\'s.',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand All @@ -29,7 +29,7 @@
],
author='Flanders Heritage Agency',
author_email='[email protected]',
url='http://urihandler.readthedocs.org',
url='https://github.com/OnroerendErfgoed/urihandler',
license='GPLv3',
keywords='web wsgi pyramid uri',
packages=find_packages(),
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, py34, py35, cover

[testenv]
commands =
Expand Down

0 comments on commit 737feba

Please sign in to comment.