Skip to content

Commit

Permalink
Merge pull request #310 from djhoese/ci-remove-appveyor
Browse files Browse the repository at this point in the history
Remove appveyor CI in favor of travis Windows and add Python 3.9 wheels
  • Loading branch information
djhoese authored Nov 11, 2020
2 parents 8b45836 + 4b175b9 commit 48c5fb0
Show file tree
Hide file tree
Showing 11 changed files with 18,364 additions and 29,747 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
python:
install:
- requirements: docs/requirements.txt
- method: pip
path: .
system_packages: true
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ matrix:
- env: PYTHON_VERSION=3.7
os: windows
language: c
allow_failures:
- os: windows
install:
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build Status](https://travis-ci.org/pytroll/pyresample.svg?branch=master)](https://travis-ci.org/pytroll/pyresample)
[![Build status](https://ci.appveyor.com/api/projects/status/a34o4utf8dqjsob1/branch/master?svg=true)](https://ci.appveyor.com/project/pytroll/pyresample/branch/master)
[![Build Status](https://travis-ci.com/pytroll/pyresample.svg?branch=master)](https://travis-ci.org/pytroll/pyresample)
[![Build Status](https://dev.azure.com/pytroll/pyresample/_apis/build/status/pytroll.pyresample?branchName=master)](https://dev.azure.com/pytroll/pyresample/_build/latest?definitionId=1&branchName=master)
[![Coverage Status](https://coveralls.io/repos/github/pytroll/pyresample/badge.svg?branch=master)](https://coveralls.io/github/pytroll/pyresample?branch=master)

Expand Down
39 changes: 0 additions & 39 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trigger:
- v*
variables:
CIBW_BUILDING: "true"
CIBW_SKIP: "cp27-* cp34-* cp35-* cp39-* pp*"
CIBW_SKIP: "cp27-* cp34-* cp35-* pp*"
CIBW_TEST_REQUIRES: "pytest pytest-sugar"
CIBW_TEST_COMMAND: "python -c \"import pyresample; from pyresample.ewa import *\""
CIBW_BUILD_VERBOSITY: "2"
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/pytroll/pykdtree.git@pre-master
git+https://github.com/storpipfugl/pykdtree.git@master
xarray
toolz
dask
Expand Down
Loading

0 comments on commit 48c5fb0

Please sign in to comment.