Update README.rst
change the travis link and image to be correct
This commit is contained in:
parent
13ddce2381
commit
7b54476d71
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
The ``py.test`` testing tool makes it easy to write small tests, yet
|
The ``py.test`` testing tool makes it easy to write small tests, yet
|
||||||
scales to support complex functional testing. It provides
|
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>`_.
|
- 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
|
.. image:: https://secure.travis-ci.org/hpk42/pytest.png?branch=travis-integration
|
||||||
:target: http://travis-ci.org/bubenkoff/pytest
|
:target: http://travis-ci.org/hpk42/pytest
|
||||||
|
|
||||||
A simple example for a test::
|
A simple example for a test::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue