Skip to content

Commit d8fbb0c

Browse files
committed
Add Python 3.4 to .travis.yml
1 parent 618fd6b commit d8fbb0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- 2.7
55
- 3.2
66
- 3.3
7+
- 3.4
78
- pypy
89
install:
910
- pip install -e .

docs/developer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ conditions of the :ref:`Expat license <license>`. Fork away!
1414
* `Source code <https://github.com/jcrocholl/pep8>`_ and
1515
`issue tracker <https://github.com/jcrocholl/pep8/issues>`_ on GitHub.
1616
* `Continuous tests <http://travis-ci.org/jcrocholl/pep8>`_ against Python
17-
2.6 through 3.3 and PyPy, on `Travis-CI platform
17+
2.6 through 3.4 and PyPy, on `Travis-CI platform
1818
<http://about.travis-ci.org/>`_.
1919

2020
.. _available on GitHub: https://github.com/jcrocholl/pep8

0 commit comments

Comments
 (0)