remove trailing whitespace from sources
This commit is contained in:
12
README.txt
12
README.txt
@@ -4,14 +4,14 @@ py.test xdist plugin: distributed testing and loop failure
|
||||
.. _`pytest-xdist respository`: http://bitbucket.org/hpk42/pytest-xdist
|
||||
.. _`pytest`: http://pytest.org
|
||||
|
||||
The pytest-xdist plugin extends `py.test`_ to ad-hoc distribute test
|
||||
The pytest-xdist plugin extends `py.test`_ to ad-hoc distribute test
|
||||
runs to multiple CPUs or remote machines. It requires setuptools
|
||||
or distribute which help to pull in the neccessary execnet and
|
||||
pytest-core dependencies.
|
||||
or distribute which help to pull in the neccessary execnet and
|
||||
pytest-core dependencies.
|
||||
|
||||
Install the plugin locally with::
|
||||
|
||||
python setup.py install
|
||||
python setup.py install
|
||||
|
||||
or use the package in develope/in-place mode, particularly
|
||||
useful with a checkout of the `pytest-xdist repository`_::
|
||||
@@ -20,9 +20,9 @@ useful with a checkout of the `pytest-xdist repository`_::
|
||||
|
||||
or use one of::
|
||||
|
||||
easy_install pytest-xdist
|
||||
easy_install pytest-xdist
|
||||
|
||||
pip install pytest-xdist
|
||||
pip install pytest-xdist
|
||||
|
||||
for downloading and installing it in one go.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user