Skip to content

Commit

Permalink
Test against Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Mar 18, 2014
1 parent 4c690a6 commit 19d0a1d
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 @@ -5,6 +5,7 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4
env:
- PYTHON_VM=cpython
matrix:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Compatibility & portability

Libearth officially supports the following Python implementations:

- Python 2.6, 2.7, 3.2, 3.3
- Python 2.6, 2.7, 3.2, 3.3, 3.4
- CPython, PyPy, IronPython

For environments :mod:`setuptools` not available, it has no required
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ def readme():
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: IronPython',
'Programming Language :: Python :: Implementation :: PyPy',
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 = pypy, py26, py27, py32, py33
envlist = pypy, py26, py27, py32, py33, py34

[pep8]
exclude = .tox,docs,ez_setup.py,pytest.py,mock.py
Expand Down

0 comments on commit 19d0a1d

Please sign in to comment.