Skip to content

Commit

Permalink
Merge pull request #109 from timofurrer/py33-support
Browse files Browse the repository at this point in the history
Support python 3.3 and add to test matrix
  • Loading branch information
timofurrer committed Jun 5, 2016
2 parents f1620fb + bd03d1a commit a8a49a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
python:
- "2.7"
- "pypy"
- "3.3"
- "3.4"
- "3.5"

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Python 3.4 and 3.5 support
- Python 3.3, 3.4 and 3.5 support
- pypy support
- Support comparison of OrderedDict. Refs #55

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def local_text_file(*f):
'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 :: Implementation',
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 = py27, pypy, py34, py35
envlist = py27, pypy, py33, py34, py35

[testenv]
commands = nosetests
Expand Down

0 comments on commit a8a49a5

Please sign in to comment.