Skip to content

Commit

Permalink
Fix bug in travis.yml (#1)
Browse files Browse the repository at this point in the history
* Fix bug in travis.yml

* add codecov badge

* add python 3.7 to travis.ci

* Add python 3.7 travis image

* add download badge
  • Loading branch information
lijunzh authored Apr 12, 2019
1 parent 6b78ff6 commit 060b825
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dist: xenial # required for Python >= 3.7
language: python

matrix:
include:
- python: "3.6"
- python: "3.7"

before_install:
- sudo apt-get update
Expand Down Expand Up @@ -35,7 +37,7 @@ install:
cd -
script:
- pytest --cov-config .coveragerc --cov yews --cov $YEWS_INSTALL_PATH test
- pytest --cov-config .coveragerc --cov yews --cov $YEWS_INSTALL_PATH tests

after_success:
# Necessary to run coverage combine to rewrite paths from
Expand Down
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@

.. image:: https://travis-ci.org/lijunzh/yews.svg?branch=master
:target: https://travis-ci.org/lijunzh/yews


.. image:: https://codecov.io/gh/lijunzh/yews/branch/master/graph/badge.svg
:target: https://codecov.io/gh/lijunzh/yews

.. image:: https://pepy.tech/badge/yews
:target: https://pepy.tech/project/yews

Yews | Your Earthquake Waveform Solution
========================================
Expand Down

0 comments on commit 060b825

Please sign in to comment.