We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618fd6b commit d8fbb0cCopy full SHA for d8fbb0c
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- 2.7
5
- 3.2
6
- 3.3
7
+ - 3.4
8
- pypy
9
install:
10
- pip install -e .
docs/developer.rst
@@ -14,7 +14,7 @@ conditions of the :ref:`Expat license <license>`. Fork away!
14
* `Source code <https://github.com/jcrocholl/pep8>`_ and
15
`issue tracker <https://github.com/jcrocholl/pep8/issues>`_ on GitHub.
16
* `Continuous tests <http://travis-ci.org/jcrocholl/pep8>`_ against Python
17
- 2.6 through 3.3 and PyPy, on `Travis-CI platform
+ 2.6 through 3.4 and PyPy, on `Travis-CI platform
18
<http://about.travis-ci.org/>`_.
19
20
.. _available on GitHub: https://github.com/jcrocholl/pep8
0 commit comments