Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from s/issue29
Browse files Browse the repository at this point in the history
adds python3.4 and 3.5, updates license year, fixes #29
  • Loading branch information
tony committed Apr 23, 2016
2 parents 9f7d324 + 219845a commit 0798400
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install argparse unittest2; fi
- pip install -r requirements.txt
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kaptan
~~~~~~
:copyright: (c) 2013-2015 by the authors and contributors (See AUTHORS file).
:copyright: (c) 2013-2016 by the authors and contributors (See AUTHORS file).
:license: BSD, see LICENSE for more details.
"""

Expand Down Expand Up @@ -37,6 +37,8 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5'
),
)

0 comments on commit 0798400

Please sign in to comment.