Skip to content

Commit

Permalink
Removed Travis CI and Appveyor gee-community#33
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed May 7, 2020
1 parent 2966657 commit b46992a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 67 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/py-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, py: '3.6'}
- {os: macOS-latest, py: '3.6'}
- {os: windows-latest, py: '3.7'}
- {os: macOS-latest, py: '3.7'}
- {os: ubuntu-latest, py: '3.5'}
- {os: ubuntu-latest, py: '3.6'}
- {os: ubuntu-latest, py: '3.7'}
- {os: ubuntu-latest, py: '3.8'}

env:
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
steps:
Expand Down
46 changes: 0 additions & 46 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ geemap
.. image:: https://pepy.tech/badge/geemap
:target: https://pepy.tech/project/geemap

.. image:: https://img.shields.io/travis/giswqs/geemap.svg
:target: https://travis-ci.com/giswqs/geemap

.. image:: https://readthedocs.org/projects/geemap/badge/?version=latest
:target: https://geemap.readthedocs.io/en/latest/?badge=latest

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

This file was deleted.

1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
[![image](https://img.shields.io/pypi/v/geemap.svg)](https://pypi.python.org/pypi/geemap)
[![image](https://img.shields.io/conda/vn/conda-forge/geemap.svg)](https://anaconda.org/conda-forge/geemap)
[![image](https://pepy.tech/badge/geemap)](https://pepy.tech/project/geemap)
[![image](https://img.shields.io/travis/giswqs/geemap.svg)](https://travis-ci.com/giswqs/geemap)
[![image](https://readthedocs.org/projects/geemap/badge/?version=latest)](https://geemap.readthedocs.io/en/latest/?badge=latest)
[![image](https://img.shields.io/badge/YouTube-GEE%20Tutorials-red)](https://gishub.org/geemap)
[![image](https://img.shields.io/twitter/follow/giswqs?style=social%20%20%20%20..%20image::%20https://readthedocs.org/projects/geemap/badge/?version=latest)](https://twitter.com/giswqs)
Expand Down

0 comments on commit b46992a

Please sign in to comment.