contrib/heptapod-ci.yml
branchstable
changeset 48276 f3e218ae3fd9
parent 48070 750920b18aaa
child 48323 5d83a40cd3f8
child 48328 e74c15bd58ee
equal deleted inserted replaced
48275:1ea289e34c70 48276:f3e218ae3fd9
   139       - cd /tmp/mercurial-ci/
   139       - cd /tmp/mercurial-ci/
   140       - make local PYTHON=$PYTHON
   140       - make local PYTHON=$PYTHON
   141       - $PYTHON -m pip install --user -U pytype==2021.04.15
   141       - $PYTHON -m pip install --user -U pytype==2021.04.15
   142     variables:
   142     variables:
   143         RUNTEST_ARGS: " --allow-slow-tests tests/test-check-pytype.t"
   143         RUNTEST_ARGS: " --allow-slow-tests tests/test-check-pytype.t"
   144         HGTEST_TIMEOUT: "3600"
   144         HGTEST_SLOWTIMEOUT: "3600"
   145         PYTHON: python3
   145         PYTHON: python3
   146         TEST_HGMODULEPOLICY: "c"
   146         TEST_HGMODULEPOLICY: "c"
   147 
   147 
   148 # `sh.exe --login` sets a couple of extra environment variables that are defined
   148 # `sh.exe --login` sets a couple of extra environment variables that are defined
   149 # in the MinGW shell, but switches CWD to /home/$username.  The previous value
   149 # in the MinGW shell, but switches CWD to /home/$username.  The previous value