Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rilma committed Oct 28, 2023
1 parent 79412c6 commit b15c331
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 38 deletions.
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ install-gfortran:
sudo apt-get -y install gfortran

install:
pip -q install coveralls && pip install numpy && pip install -e .
pip install coveralls numpy
pip install -e .

test:
coverage run --source=. --module unittest discover --start-directory tests --verbose
11 changes: 4 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. image:: https://travis-ci.org/rilma/pyHWM14.svg?branch=master
:target: https://travis-ci.org/rilma/pyHWM14
.. image:: https://github.com/rilma/pyHWM14/actions/workflows/ci.yaml/badge.svg
:target: https://github.com/rilma/pyHWM14/actions/workflows/ci.yaml
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.240890.svg
Expand All @@ -20,22 +18,21 @@ Installation
From Source Code
----------------

Currently supports Python 3.10 (see Github Actions)

.. code-block:: bash
$ git clone https://github.com/rilma/pyHWM14.git
$ cd pyHWM14
$ pip -q install coveralls
$ pip install numpy
$ pip install -e . --process-dependency-links
$ make install
-------
Testing
-------

.. code-block:: bash
$ coverage run tests/test.py -v
$ make test
---------
Expand Down

0 comments on commit b15c331

Please sign in to comment.