##// END OF EJS Templates
Merge pull request #13521 from Carreau/auto-backport-of-pr-13505-on-7.x...
Matthias Bussonnier -
r27510:c98bcc2d merge
parent child Browse files
Show More
@@ -22,7 +22,7 b' init:'
22
22
23 install:
23 install:
24 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
24 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
25 - "%CMD_IN_ENV% python -m pip install --upgrade setuptools pip"
25 - "%CMD_IN_ENV% python -m pip install --upgrade setuptools pip<22"
26 - "%CMD_IN_ENV% pip install nose coverage pytest"
26 - "%CMD_IN_ENV% pip install nose coverage pytest"
27 - "%CMD_IN_ENV% pip install .[test]"
27 - "%CMD_IN_ENV% pip install .[test]"
28 - "%CMD_IN_ENV% mkdir results"
28 - "%CMD_IN_ENV% mkdir results"
General Comments 0
You need to be logged in to leave comments. Login now