##// END OF EJS Templates
heptapod-ci: use shell script in pytype step
Raphaël Gomès -
r50397:dbdee8ac 6.2.3 stable
parent child Browse files
Show More
@@ -90,11 +90,11 b' check-pytype:'
90 - cd /tmp/mercurial-ci/
90 - cd /tmp/mercurial-ci/
91 - make local PYTHON=$PYTHON
91 - make local PYTHON=$PYTHON
92 - $PYTHON -m pip install --user -U pytype==2021.04.15
92 - $PYTHON -m pip install --user -U pytype==2021.04.15
93 script:
94 - echo "Entering script section"
95 - sh contrib/check-pytype.sh
93 variables:
96 variables:
94 RUNTEST_ARGS: " --allow-slow-tests tests/test-check-pytype.t"
95 HGTEST_SLOWTIMEOUT: "3600"
96 PYTHON: python3
97 PYTHON: python3
97 TEST_HGMODULEPOLICY: "c"
98
98
99 # `sh.exe --login` sets a couple of extra environment variables that are defined
99 # `sh.exe --login` sets a couple of extra environment variables that are defined
100 # in the MinGW shell, but switches CWD to /home/$username. The previous value
100 # in the MinGW shell, but switches CWD to /home/$username. The previous value
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now