Skip to content

Commit

Permalink
Testing: Don't test on Windows/Python 2 because it's not possible to …
Browse files Browse the repository at this point in the history
…make it work
  • Loading branch information
ccordoba12 committed Mar 7, 2019
1 parent b4ea578 commit 775218c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
# Run the pipeline with multiple Python versions
strategy:
matrix:
Python27:
python.version: '2.7'
#Python27:
# python.version: '2.7'
Python36:
python.version: '3.6'
#Python37:
Expand Down
10 changes: 5 additions & 5 deletions continuous_integration/azure/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ conda install -q -y -c spyder-ide --file requirements/tests.txt

:: The newly introduced changes to the Python packages in Anaconda
:: are breaking our tests. Reverting to known working builds.
if %PYTHON_VERSION% == 2.7 (
conda install -q -y python=2.7.15=hcb6e200_5
) else if %PYTHON_VERSION% == 3.6 (
conda install -q -y python=3.6.8=h9f7ef89_0
)
::if %PYTHON_VERSION% == 2.7 (
:: conda install -q -y python=2.7.15=hcb6e200_5
::) else if %PYTHON_VERSION% == 3.6 (
:: conda install -q -y python=3.6.8=h9f7ef89_0
::)

:: Install spyder-kernels from master
pip install -q --no-deps git+https://github.com/spyder-ide/spyder-kernels@0.x
Expand Down

0 comments on commit 775218c

Please sign in to comment.