File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
- pypy
8
8
install :
9
9
- pip install -e .
10
- - pip freeze
10
+ - pip list
11
11
script :
12
12
- python pep8.py --testsuite testsuite
13
13
- python pep8.py --statistics pep8.py
Original file line number Diff line number Diff line change 82
82
:target: https://travis-ci.org/jcrocholl/pep8
83
83
:alt: Build status
84
84
85
- .. image :: https://pypip.in/wheel/pep8/badge.png
85
+ .. image :: https://pypip.in/wheel/pep8/badge.png?branch=master
86
86
:target: https://pypi.python.org/pypi/pep8
87
87
:alt: Wheel Status
88
88
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ conditions of the :ref:`Expat license <license>`. Fork away!
14
14
* `Source code <https://github.com/jcrocholl/pep8 >`_ and
15
15
`issue tracker <https://github.com/jcrocholl/pep8/issues >`_ on GitHub.
16
16
* `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
18
18
<http://about.travis-ci.org/> `_.
19
19
20
20
.. _available on GitHub : https://github.com/jcrocholl/pep8
You can’t perform that action at this time.
0 commit comments