Skip to content

Commit

Permalink
Merge pull request #8895 from ccordoba12/fix-cis
Browse files Browse the repository at this point in the history
PR: Remove Appveyor support and stop testing on Windows/Python 2
  • Loading branch information
ccordoba12 authored Mar 7, 2019
2 parents 1cf7b2c + 775218c commit 09be79d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 193 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ https://github.com/spyder-ide/spyder/graphs/contributors)*
[![Join the chat at https://gitter.im/spyder-ide/public](https://badges.gitter.im/spyder-ide/spyder.svg)](https://gitter.im/spyder-ide/public)<br>
[![PyPI status](https://img.shields.io/pypi/status/spyder.svg)](https://github.com/spyder-ide/spyder)
[![Travis status](https://travis-ci.org/spyder-ide/spyder.svg?branch=master)](https://travis-ci.org/spyder-ide/spyder)
[![AppVeyor status](https://ci.appveyor.com/api/projects/status/tvjcqa4kf53br8s0/branch/master?svg=true)](https://ci.appveyor.com/project/spyder-ide/spyder/branch/master)
[![CircleCI](https://circleci.com/gh/spyder-ide/spyder.svg?style=shield)](https://circleci.com/gh/spyder-ide/spyder)
[![Coverage Status](https://coveralls.io/repos/github/spyder-ide/spyder/badge.svg?branch=master)](https://coveralls.io/github/spyder-ide/spyder?branch=master)
[![codecov](https://codecov.io/gh/spyder-ide/spyder/branch/master/graph/badge.svg)](https://codecov.io/gh/spyder-ide/spyder)
Expand Down
56 changes: 0 additions & 56 deletions appveyor.yml

This file was deleted.

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
129 changes: 0 additions & 129 deletions continuous_integration/appveyor/modules_test.bat

This file was deleted.

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 09be79d

Please sign in to comment.