We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b141f commit 691d059Copy full SHA for 691d059
2 files changed
.travis.yml
@@ -14,7 +14,7 @@ env:
14
- TOXENV=py-pytest54
15
- TOXENV=py-pytest62
16
- TOXENV=py-pytestlatest
17
- - TOXENV=py-pytestmaster
+ - TOXENV=py-pytestmain
18
matrix:
19
include:
20
- python: '3.8'
tox.ini
@@ -18,7 +18,7 @@ deps =
pytest54: pytest~=5.4
pytest62: pytest~=6.2
pytestlatest: pytest
21
- pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
+ pytestmain: git+https://github.com/pytest-dev/pytest.git@main
22
platform=linux|darwin
23
commands=
24
pytest {posargs}
0 commit comments