Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Other fixes for #1 (cartopy)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 9, 2019
1 parent d6db331 commit e3557e9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,10 @@ sudo: true
language: python
python:
- "3.7"
addons:
- apt:
- packages:
- libgeos-dev
install:
- pip install -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -4,7 +4,7 @@
:alt: Build status

.. image:: https://ci.appveyor.com/api/projects/status/dy37r7bykm3ulcfl?svg=true
:target: https://ci.appveyor.com/project/sdpython/python3-module-template
:target: https://ci.appveyor.com/project/sdpython/check-python-install
:alt: Build Status Windows

.. image:: https://circleci.com/gh/sdpython/_check_python_install/tree/master.svg?style=svg
Expand Down
3 changes: 2 additions & 1 deletion _doc/sphinxdoc/source/index.rst
Expand Up @@ -9,7 +9,7 @@ check_python_install
:alt: Build status

.. image:: https://ci.appveyor.com/api/projects/status/dy37r7bykm3ulcfl?svg=true
:target: https://ci.appveyor.com/project/sdpython/python3-module-template
:target: https://ci.appveyor.com/project/sdpython/check-python-install
:alt: Build Status Windows

.. image:: https://circleci.com/gh/sdpython/_check_python_install/tree/master.svg?style=svg
Expand Down Expand Up @@ -44,6 +44,7 @@ for a couple of modules.
.. toctree::
:maxdepth: 1

install/cartopy
indexmenu
HISTORY

Expand Down
5 changes: 5 additions & 0 deletions _doc/sphinxdoc/source/install/cartopy.rst
@@ -0,0 +1,5 @@

.. _l-inst-cartopy:

Installation of cartopy
=======================
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -5,5 +5,6 @@ matplotlib
git+https://github.com/sdpython/nbconvert.git@fixes
numpy
pandas
pyproj
pyquickhelper
wheel
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -154,5 +154,5 @@ def write_version():
packages=packages,
package_dir=package_dir,
package_data=package_data,
requires=['cartopy'],
requires=['cartopy', 'pyproj'],
)

0 comments on commit e3557e9

Please sign in to comment.