Skip to content

Commit 691d059

Browse files
committed
pytest has switched from master to main
1 parent 90b141f commit 691d059

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
- TOXENV=py-pytest54
1515
- TOXENV=py-pytest62
1616
- TOXENV=py-pytestlatest
17-
- TOXENV=py-pytestmaster
17+
- TOXENV=py-pytestmain
1818
matrix:
1919
include:
2020
- python: '3.8'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps =
1818
pytest54: pytest~=5.4
1919
pytest62: pytest~=6.2
2020
pytestlatest: pytest
21-
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
21+
pytestmain: git+https://github.com/pytest-dev/pytest.git@main
2222
platform=linux|darwin
2323
commands=
2424
pytest {posargs}

0 commit comments

Comments
 (0)