File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 25
25
run : .\PCbuild\build.bat -e -p Win32
26
26
- name : Display build info
27
27
run : .\python.bat -m test.pythoninfo
28
- - name : Install test dependencies
29
- run : |
30
- .\python.bat -m ensurepip --user
31
- .\python.bat -m pip install --user -r Misc/requirements-test.txt
32
28
- name : Tests
33
29
run : .\PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
34
30
41
37
run : .\PCbuild\build.bat -e -p x64
42
38
- name : Display build info
43
39
run : .\python.bat -m test.pythoninfo
44
- - name : Install test dependencies
45
- run : |
46
- .\python.bat -m ensurepip --user
47
- .\python.bat -m pip install --user -r Misc/requirements-test.txt
48
40
- name : Tests
49
41
run : .\PCbuild\rt.bat -x64 -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
50
42
59
51
run : make -j4
60
52
- name : Display build info
61
53
run : make pythoninfo
62
- - name : Install test dependencies
63
- run : |
64
- ./python.exe -m ensurepip --user
65
- ./python.exe -m pip install --user -r Misc/requirements-test.txt
66
54
- name : Tests
67
55
run : make buildbottest TESTOPTS="-j4 -uall,-cpu"
68
56
90
78
run : make -j4
91
79
- name : Display build info
92
80
run : make pythoninfo
93
- - name : Install test dependencies
94
- run : |
95
- ./python -m ensurepip --user
96
- ./python -m pip install --user -r Misc/requirements-test.txt
97
81
- name : Tests
98
82
run : xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"
Original file line number Diff line number Diff line change @@ -172,8 +172,6 @@ before_script:
172
172
fi
173
173
- make -j4
174
174
- make pythoninfo
175
- - ./python -m ensurepip --user
176
- - ./python -m pip install --user -r Misc/requirements-test.txt
177
175
178
176
script :
179
177
# Using the built Python as patchcheck.py is built around the idea of using
You can’t perform that action at this time.
0 commit comments