Update README.rst

change the travis link and image to be correct
This commit is contained in:
Anatoly Bubenkov 2013-07-10 13:51:43 +02:00
parent 13ddce2381
commit 7b54476d71
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
The ``py.test`` testing tool makes it easy to write small tests, yet
scales to support complex functional testing. It provides
@ -16,8 +15,8 @@ scales to support complex functional testing. It provides
- many `external plugins <http://pytest.org/latest/plugins.html#installing-external-plugins-searching>`_.
.. image:: https://secure.travis-ci.org/bubenkoff/pytest.png?branch=travis-integration
:target: http://travis-ci.org/bubenkoff/pytest
.. image:: https://secure.travis-ci.org/hpk42/pytest.png?branch=travis-integration
:target: http://travis-ci.org/hpk42/pytest
A simple example for a test::