Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: General clean-up #273

Merged
merged 1 commit into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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