Skip to content

Commit

Permalink
Claim support for Python 3.4
Browse files Browse the repository at this point in the history
Tests fail on Python 3.5, in a strange way I don't have time to
investigate.
  • Loading branch information
mgedmin committed Nov 5, 2015
1 parent 56b3cdc commit 0836978
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- 2.6
- 2.7
- 3.3
- 3.4
install:
- pip install tox-travis
script:
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.txt
Expand Up @@ -5,7 +5,9 @@ CHANGES
1.0.0a3 (unreleased)
--------------------

- Standardize namespace __init__
- Standardize namespace __init__.

- Claim support for Python 3.4.


1.0.0a2 (2013-03-03)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -86,6 +86,7 @@ def alltests():
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Natural Language :: English',
'Operating System :: OS Independent',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py33
py26,py27,py33,py34

[testenv]
commands =
Expand Down

0 comments on commit 0836978

Please sign in to comment.