mirror of https://github.com/pytest-dev/pytest.git
fix minor typos
This commit is contained in:
parent
978bb190a1
commit
5c8b0fb523
|
@ -41,7 +41,7 @@ Note: this assumes you have already registered on pypi.
|
||||||
8. Build the docs, you need a virtualenv with py and sphinx
|
8. Build the docs, you need a virtualenv with py and sphinx
|
||||||
installed::
|
installed::
|
||||||
|
|
||||||
cd doc/en
|
cd doc/en
|
||||||
make html
|
make html
|
||||||
|
|
||||||
Commit any changes before tagging the release.
|
Commit any changes before tagging the release.
|
||||||
|
@ -71,7 +71,7 @@ Note: this assumes you have already registered on pypi.
|
||||||
|
|
||||||
11. Publish to pypi::
|
11. Publish to pypi::
|
||||||
|
|
||||||
devpi push pytest-VERSION pypi:NAME
|
devpi push pytest==VERSION pypi:NAME
|
||||||
|
|
||||||
where NAME is the name of pypi.python.org as configured in your ``~/.pypirc``
|
where NAME is the name of pypi.python.org as configured in your ``~/.pypirc``
|
||||||
file `for devpi <http://doc.devpi.net/latest/quickstart-releaseprocess.html?highlight=pypirc#devpi-push-releasing-to-an-external-index>`_.
|
file `for devpi <http://doc.devpi.net/latest/quickstart-releaseprocess.html?highlight=pypirc#devpi-push-releasing-to-an-external-index>`_.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
pytest-2.9.1
|
pytest-2.9.2
|
||||||
============
|
============
|
||||||
|
|
||||||
pytest is a mature Python testing tool with more than a 1100 tests
|
pytest is a mature Python testing tool with more than a 1100 tests
|
||||||
|
|
Loading…
Reference in New Issue