Skip to content

Commit 1d3279b

Browse files
committed
Update Travis configuration, and the wheel badge
1 parent b049088 commit 1d3279b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python:
77
- pypy
88
install:
99
- pip install -e .
10-
- pip freeze
10+
- pip list
1111
script:
1212
- python pep8.py --testsuite testsuite
1313
- python pep8.py --statistics pep8.py

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Links
8282
:target: https://travis-ci.org/jcrocholl/pep8
8383
:alt: Build status
8484

85-
.. image:: https://pypip.in/wheel/pep8/badge.png
85+
.. image:: https://pypip.in/wheel/pep8/badge.png?branch=master
8686
:target: https://pypi.python.org/pypi/pep8
8787
:alt: Wheel Status
8888

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.5 through 3.3 and PyPy, on `Travis-CI platform
17+
2.6 through 3.3 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)