Skip to content

Commit

Permalink
Updated CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog authored Aug 11, 2023
1 parent a163c19 commit 97d0837
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ plugin and all the required dependencies with::

conda install -c glueviz glue-geospatial

Alternatively, if you don't use conda, be sure to install the above
dependencies then install the plugin with::
Alternatively, if you don't use conda, you can use:

pip install glue-geospatial

Expand All @@ -47,10 +46,10 @@ Testing

To run the tests, do::

py.test glue_geospatial
pytest glue_geospatial

at the root of the repository. This requires the
`pytest <http://pytest.org>`__ module to be installed.

.. |Build Status| image:: https://dev.azure.com/glue-viz/glue-geospatial/_apis/build/status/glue-viz.glue-geospatial?repoName=glue-viz%2Fglue-geospatial&branchName=master
:target: https://dev.azure.com/glue-viz/glue-geospatial/_build/latest?definitionId=10&repoName=glue-viz%2Fglue-geospatial&branchName=master
.. |Build Status| image:: https://github.com/glue-viz/glue-geospatial/actions/workflows/ci_workflows.yml/badge.svg
:target: https://github.com/glue-viz/glue-geospatial/actions/workflows/ci_workflows.yml

0 comments on commit 97d0837

Please sign in to comment.