Skip to content

Commit

Permalink
Update Travis configuration, and the wheel badge
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Apr 4, 2014
1 parent b049088 commit 1d3279b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/developer.rst
Expand Up @@ -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
Expand Down

0 comments on commit 1d3279b

Please sign in to comment.