##// END OF EJS Templates
Merge pull request #13582 from meeseeksmachine/auto-backport-of-pr-13580-on-7.x...
Merge pull request #13582 from meeseeksmachine/auto-backport-of-pr-13580-on-7.x Backport PR #13580 on branch 7.x (Typo Manger -> Manager)

File last commit:

r27506:e1be8c01
r27593:38a98494 merge
Show More
appveyor.yml
31 lines | 775 B | text/x-yaml | YamlLexer
build: false
matrix:
fast_finish: true # immediately finish build once one of the jobs fails.
environment:
matrix:
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python38"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8.x"
PYTHON_ARCH: "64"
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "%CMD_IN_ENV% python -m pip install --upgrade setuptools pip<22"
- "%CMD_IN_ENV% pip install nose coverage pytest"
- "%CMD_IN_ENV% pip install .[test]"
- "%CMD_IN_ENV% mkdir results"
- "%CMD_IN_ENV% cd results"
test_script:
- "%CMD_IN_ENV% iptest --coverage xml"