Update Travis configuration, and the wheel badge
authorFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 4 Apr 2014 09:22:59 +0000 (11:22 +0200)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 4 Apr 2014 09:22:59 +0000 (11:22 +0200)
.travis.yml
README.rst
docs/developer.rst

index 82d9d4c8dbabf5eed3cdd9b1d67f9040868130eb..432b162eae77536df10343d933060f37db1d587d 100644 (file)
@@ -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
index 90c7fb5681292f8319e2f56340f2497dd36ff0c2..d842f05829f1b66c7f9f74e725ccbe2ecdb8c8ef 100644 (file)
@@ -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
 
index bf971c95a4195c1a21ccdf8ee3f0fd90f6d5b4c1..50fdf2c77aabbef6400a4d05502db6ead3e25f11 100644 (file)
@@ -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