Skip to content

Commit aa5126d

Browse files
hugovkMichael Howitz
authored andcommitted
1 parent b7429ce commit aa5126d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ install:
1818
- pre-commit install
1919
script:
2020
- if [[ "$TRAVIS_PYTHON_VERSION" > "3.5" ]] && [[ "$TRAVIS_PYTHON_VERSION" != pypy* ]]; then pre-commit run --all-files --show-diff-on-failure; fi
21-
- py.test
21+
- pytest

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest-rerunfailures
22
====================
33

4-
pytest-rerunfailures is a plugin for `py.test <http://pytest.org>`_ that
4+
pytest-rerunfailures is a plugin for `pytest <http://pytest.org>`_ that
55
re-runs tests to eliminate intermittent failures.
66

77
.. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ envlist =
1515
minversion = 3.17.1
1616

1717
[testenv]
18-
commands = py.test test_pytest_rerunfailures.py {posargs}
18+
commands = pytest test_pytest_rerunfailures.py {posargs}
1919
deps =
2020
pytest50: pytest==5.0.*
2121
pytest51: pytest==5.1.*

0 commit comments

Comments
 (0)