##// END OF EJS Templates
ci: run --pyoxidized tests on Windows...
Matt Harbison -
r48635:9261326d stable
parent child Browse files
Show More
@@ -176,3 +176,13 b' windows-py3:'
176 TEST_HGMODULEPOLICY: "c"
176 TEST_HGMODULEPOLICY: "c"
177 RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt"
177 RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt"
178 PYTHON: py -3
178 PYTHON: py -3
179
180 windows-py3-pyox:
181 <<: *windows_runtests
182 when: manual
183 tags:
184 - windows
185 variables:
186 TEST_HGMODULEPOLICY: "c"
187 RUNTEST_ARGS: "--blacklist C:/Temp/check-tests.txt --pyoxidized"
188 PYTHON: py -3
General Comments 0
You need to be logged in to leave comments. Login now