Skip to content

Commit 39bac1f

Browse files
authored
Merge pull request #289 from bluetech/pytest-branch
tox,ci: change pytestmaster -> pytestmain
2 parents 557c523 + 3e9ff3e commit 39bac1f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Commented stuff is in preparation for that.
2929
# "ubuntu-py35",
3030
# "ubuntu-py36",
31-
# "ubuntu-py36-pytestmaster",
31+
# "ubuntu-py36-pytestmain",
3232
# "ubuntu-py37",
3333
# "ubuntu-py38",
3434
# "ubuntu-pypy3",
@@ -63,10 +63,10 @@ jobs:
6363
# python: "3.6"
6464
# os: ubuntu-latest
6565
# tox_env: "py36"
66-
# - name: "ubuntu-py36-pytestmaster"
66+
# - name: "ubuntu-py36-pytestmain"
6767
# python: "3.6"
6868
# os: ubuntu-latest
69-
# tox_env: "py36-pytestmaster"
69+
# tox_env: "py36-pytestmain"
7070
# - name: "ubuntu-py37"
7171
# python: "3.7"
7272
# os: ubuntu-latest

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- python: '3.8'
2121
env: TOXENV=py38-coverage
2222
- python: '3.6'
23-
env: TOXENV=py36-pytestmaster-coverage
23+
env: TOXENV=py36-pytestmain-coverage
2424
- python: '3.7'
25-
env: TOXENV=py37-pytestmaster-coverage
25+
env: TOXENV=py37-pytestmain-coverage
2626

2727
- stage: deploy
2828
python: '3.6'

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ setenv=
1212
extras=testing
1313
deps=
1414
coverage: coverage
15-
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
15+
pytestmain: git+https://github.com/pytest-dev/pytest.git@main
1616

1717
[testenv:benchmark]
1818
commands=pytest {posargs:testing/benchmark.py}

0 commit comments

Comments
 (0)