Skip to content

Commit

Permalink
Updated travis CI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Stolker committed Apr 15, 2020
1 parent 32bc751 commit 4be066f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ python:
- 3.7

install:
- pip install -r requirements.txt
- pip install -e .
- pip install --upgrade -r requirements.txt
- pip install coveralls

script:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
.. image:: https://travis-ci.org/tomasstolker/diskmap.svg?branch=master
:target: https://travis-ci.org/tomasstolker/diskmap

.. image:: https://www.codefactor.io/repository/github/tomasstolker/diskmap/badge
:target: https://www.codefactor.io/repository/github/tomasstolker/diskmap

.. image:: https://coveralls.io/repos/github/tomasstolker/diskmap/badge.svg
:target: https://coveralls.io/github/tomasstolker/diskmap

.. image:: https://www.codefactor.io/repository/github/tomasstolker/diskmap/badge
:target: https://www.codefactor.io/repository/github/tomasstolker/diskmap

.. image:: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
:target: https://github.com/tomasstolker/diskmap/blob/master/LICENSE

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
astropy
numpy
scipy
typeguard

0 comments on commit 4be066f

Please sign in to comment.