summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 11:22:59 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-04 11:22:59 +0200
commit1d3279be15e7cf132e45983f613ff9d2a4dca4ee (patch)
tree0da6d728414155207adbded8a759de02335021a3
parentb04908899886273f32e82b8a3ce85c1014e24304 (diff)
downloadpep8-1d3279be15e7cf132e45983f613ff9d2a4dca4ee.tar.gz
Update Travis configuration, and the wheel badge
-rw-r--r--.travis.yml2
-rw-r--r--README.rst2
-rw-r--r--docs/developer.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 82d9d4c..432b162 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ python:
- pypy
install:
- pip install -e .
- - pip freeze
+ - pip list
script:
- python pep8.py --testsuite testsuite
- python pep8.py --statistics pep8.py
diff --git a/README.rst b/README.rst
index 90c7fb5..d842f05 100644
--- a/README.rst
+++ b/README.rst
@@ -82,7 +82,7 @@ Links
:target: https://travis-ci.org/jcrocholl/pep8
:alt: Build status
-.. image:: https://pypip.in/wheel/pep8/badge.png
+.. image:: https://pypip.in/wheel/pep8/badge.png?branch=master
:target: https://pypi.python.org/pypi/pep8
:alt: Wheel Status
diff --git a/docs/developer.rst b/docs/developer.rst
index bf971c9..50fdf2c 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.5 through 3.3 and PyPy, on `Travis-CI platform
+ 2.6 through 3.3 and PyPy, on `Travis-CI platform
<http://about.travis-ci.org/>`_.
.. _available on GitHub: https://github.com/jcrocholl/pep8