summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-27 00:04:13 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-05-27 00:04:13 +0200
commitd8fbb0cf030beaae1e6cbda80509151b52fc72f2 (patch)
tree106b9b81375952f0a993223d9f1f822ebb2e03f8
parent618fd6bc48450d06402f125d9842863524ff8a09 (diff)
downloadpep8-d8fbb0cf030beaae1e6cbda80509151b52fc72f2.tar.gz
Add Python 3.4 to .travis.yml
-rw-r--r--.travis.yml1
-rw-r--r--docs/developer.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 432b162..c50362b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- 2.7
- 3.2
- 3.3
+ - 3.4
- pypy
install:
- pip install -e .
diff --git a/docs/developer.rst b/docs/developer.rst
index 205d593..7df1734 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -14,7 +14,7 @@ conditions of the :ref:`Expat license <license>`. Fork away!
* `Source code <https://github.com/jcrocholl/pep8>`_ and
`issue tracker <https://github.com/jcrocholl/pep8/issues>`_ on GitHub.
* `Continuous tests <http://travis-ci.org/jcrocholl/pep8>`_ against Python
- 2.6 through 3.3 and PyPy, on `Travis-CI platform
+ 2.6 through 3.4 and PyPy, on `Travis-CI platform
<http://about.travis-ci.org/>`_.
.. _available on GitHub: https://github.com/jcrocholl/pep8