Skip to content

Commit 5397110

Browse files
committed
Merge branch 'issue_80' of github.com:gnikonorov/pytest-rerunfailures into issue_80
2 parents 1171b33 + 7c75833 commit 5397110

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CONTRIBUTING.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ Preparing Pull Requests
3030
#. Install `tox <https://tox.readthedocs.io/en/latest/>`_::
3131

3232
Tox is used to run all the tests and will automatically setup virtualenvs
33-
to run the tests in.
34-
(will implicitly use http://www.virtualenv.org/en/latest/)::
33+
to run the tests in. Implicitly http://www.virtualenv.org/en/latest/ is used::
3534

3635
$ pip install tox
3736
$ tox -e linting,py37
3837

3938
#. Follow **PEP-8** for naming and `black <https://github.com/psf/black>`_ for formatting.
4039

41-
#. Add a line item to the current **unreleased** verrsion in ``CHANGES.rst``, unless the change is trivial.
40+
#. Add a line item to the current **unreleased** version in ``CHANGES.rst``, unless the change is trivial.

0 commit comments

Comments
 (0)