File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
# Commented stuff is in preparation for that.
29
29
# "ubuntu-py35",
30
30
# "ubuntu-py36",
31
- # "ubuntu-py36-pytestmaster ",
31
+ # "ubuntu-py36-pytestmain ",
32
32
# "ubuntu-py37",
33
33
# "ubuntu-py38",
34
34
# "ubuntu-pypy3",
@@ -63,10 +63,10 @@ jobs:
63
63
# python: "3.6"
64
64
# os: ubuntu-latest
65
65
# tox_env: "py36"
66
- # - name: "ubuntu-py36-pytestmaster "
66
+ # - name: "ubuntu-py36-pytestmain "
67
67
# python: "3.6"
68
68
# os: ubuntu-latest
69
- # tox_env: "py36-pytestmaster "
69
+ # tox_env: "py36-pytestmain "
70
70
# - name: "ubuntu-py37"
71
71
# python: "3.7"
72
72
# os: ubuntu-latest
Original file line number Diff line number Diff line change 20
20
- python : ' 3.8'
21
21
env : TOXENV=py38-coverage
22
22
- python : ' 3.6'
23
- env : TOXENV=py36-pytestmaster -coverage
23
+ env : TOXENV=py36-pytestmain -coverage
24
24
- python : ' 3.7'
25
- env : TOXENV=py37-pytestmaster -coverage
25
+ env : TOXENV=py37-pytestmain -coverage
26
26
27
27
- stage : deploy
28
28
python : ' 3.6'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ setenv=
12
12
extras =testing
13
13
deps =
14
14
coverage: coverage
15
- pytestmaster : git+https://github.com/pytest-dev/pytest.git@master
15
+ pytestmain : git+https://github.com/pytest-dev/pytest.git@main
16
16
17
17
[testenv:benchmark]
18
18
commands =pytest {posargs:testing/benchmark.py}
You can’t perform that action at this time.
0 commit comments