File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ install:
1818 - pre-commit install
1919script :
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
Original file line number Diff line number Diff line change 11pytest-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
55re-runs tests to eliminate intermittent failures.
66
77.. image :: https://img.shields.io/badge/license-MPL%202.0-blue.svg
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ envlist =
1515minversion = 3.17.1
1616
1717[testenv]
18- commands = py.test test_pytest_rerunfailures.py {posargs}
18+ commands = pytest test_pytest_rerunfailures.py {posargs}
1919deps =
2020 pytest50: pytest ==5.0.*
2121 pytest51: pytest ==5.1.*
You can’t perform that action at this time.
0 commit comments