Skip to content

Commit

Permalink
Remove other CI scripts.
Browse files Browse the repository at this point in the history
Most of them do not work anyway.  Update README.
  • Loading branch information
prabhuramachandran committed Aug 26, 2021
1 parent f2438f9 commit b3d887a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 77 deletions.
1 change: 0 additions & 1 deletion .github/workflows/zoltan-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
python -m pip install --no-build-isolation https://github.com/pypr/pyzoltan/zipball/master
python -m pip install -r requirements.txt
python -m pip install -r requirements-test.txt
python -m pip install coverage codecov
python setup.py develop
- name: Run tests
run: |
Expand Down
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PySPH: a Python-based SPH framework
------------------------------------

|Travis Status| |Shippable Status| |Appveyor Status| |Codeship Status|
|CI Status| |MPI Build status| |Documentation Status|


PySPH is an open source framework for Smoothed Particle Hydrodynamics
Expand All @@ -17,14 +17,14 @@ OpenMP, OpenCL, and MPI.
The latest documentation for PySPH is available at
`pysph.readthedocs.org <http://pysph.readthedocs.org>`_.

.. |Travis Status| image:: https://travis-ci.org/pypr/pysph.svg?branch=master
:target: https://travis-ci.org/pypr/pysph
.. |Shippable Status| image:: https://api.shippable.com/projects/59272c73b2b3a60800b215d7/badge?branch=master
:target: https://app.shippable.com/github/pypr/pysph
.. |Codeship Status| image:: https://app.codeship.com/projects/37370120-23ab-0135-b8f4-5ed227e7b019/status?branch=master
:target: https://codeship.com/projects/222098
.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/q7ujoef1xbguk4wx
:target: https://ci.appveyor.com/project/prabhuramachandran/pysph-00bq8
.. |CI Status| image:: https://github.com/pypr/pysph/actions/workflows/tests.yml/badge.svg
:target: https://github.com/pypr/pysph/actions/workflows/tests.yml
.. |MPI Build Status| image:: https://github.com/pypr/pysph/actions/workflows/zoltan-tests.yml/badge.svg
:target: https://github.com/pypr/pysph/actions/workflows/zoltan-tests.yml
.. |Documentation Status| image:: https://readthedocs.org/projects/pysph/badge/?version=latest
:target: https://pysph.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status


Here are `videos
<https://www.youtube.com/playlist?list=PLH8Y2KepC2_VPLrcTiWGaYYh88gGVAuVr>`_
Expand Down
17 changes: 0 additions & 17 deletions appveyor.yml

This file was deleted.

18 changes: 0 additions & 18 deletions shippable.yml

This file was deleted.

0 comments on commit b3d887a

Please sign in to comment.