##// END OF EJS Templates
Revert "Merge pull request #12757 from dangreenisrael/patch-1"...
Revert "Merge pull request #12757 from dangreenisrael/patch-1" This reverts commit b8f8280802fe3b53ece56b3cd1e8d47730836106, reversing changes made to 3587f5bb6c8570e7bbb06cf5f7e3bc9b9467355a. IPython master is compatible with jedi 0.18, it's the 7.x branch which is not

File last commit:

r26183:61376395
r26287:65fdb8fe
Show More
appveyor.yml
31 lines | 772 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"
- "%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"