Skip to content

Commit

Permalink
Merge pull request astropy#273 from pllim/minor-cleanups
Browse files Browse the repository at this point in the history
MNT: General clean-up
  • Loading branch information
pllim committed Jan 13, 2022
2 parents ca95519 + c92f0ef commit 41dbdf3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install libgeos-dev
sudo apt-get install libfreetype-dev
sudo apt-get install libpng-dev
sudo apt-get -y install libgeos-dev libfreetype-dev libpng-dev
- name: Install tox
run: python -m pip install tox
- name: Install codecov
Expand Down
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|Docs| |Build Status| |CI Status| |Coverage Status| |Powered by Astropy Badge|
|Docs| |PyPI| |Build Status| |CI Status| |Coverage Status| |Powered by Astropy Badge|

About
=====
Expand All @@ -24,6 +24,8 @@ https://reproject.readthedocs.io

.. |Docs| image:: https://readthedocs.org/projects/reproject/badge/?version=latest
:target: https://reproject.readthedocs.io/en/latest/?badge=latest
.. |PyPI| image:: https://img.shields.io/pypi/v/reproject.svg
:target: https://pypi.python.org/pypi/reproject
.. |Build Status| image:: https://dev.azure.com/astropy-project/reproject/_apis/build/status/astropy.reproject?branchName=main
:target: https://dev.azure.com/astropy-project/reproject/_build/latest?definitionId=3&branchName=main
.. |CI Status| image:: https://github.com/astropy/reproject/workflows/CI/badge.svg
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ install_requires =
[options.extras_require]
test =
pytest-astropy
pytest-arraydiff
pytest-cov
pytest-doctestplus
testall =
shapely;sys_platform!='win32' and python_version!='3.8'
sunpy[map]>=2.1;platform_machine!='i686'
Expand All @@ -36,7 +33,6 @@ testall =
pyvo
docs =
sphinx-astropy
pytest
pyvo
matplotlib

Expand Down

0 comments on commit 41dbdf3

Please sign in to comment.