Skip to content

Commit

Permalink
CI bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Jan 3, 2018
1 parent 7557262 commit a247a3d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- '3.6'
install:
- pip install .
- pip install -r requirements.txt
before_script:
- cp belbio_conf.yml.test belbio_conf.yml
Expand Down
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
BEL package
=================

.. image:: https://api.codeclimate.com/v1/badges/3fdfec7ee96fc639bb09/maintainability
:target: https://codeclimate.com/github/belbio/bel/maintainability
:alt: Maintainability

.. image:: https://api.codeclimate.com/v1/badges/3fdfec7ee96fc639bb09/test_coverage
:target: https://codeclimate.com/github/belbio/bel/test_coverage
:alt: Test Coverage

.. image:: https://badge.fury.io/py/bel.svg
:target: https://badge.fury.io/py/bel

.. image:: https://badge.waffle.io/belbio/project.svg?columns=all
:target: https://waffle.io/belbio/project
:alt: 'Waffle.io - Columns and their card count'

BEL Language
----------------

Expand Down
6 changes: 6 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Welcome to bel's documentation.
:target: https://codeclimate.com/github/belbio/bel/test_coverage
:alt: Test Coverage

.. image:: https://badge.fury.io/py/bel.svg
:target: https://badge.fury.io/py/bel

.. image:: https://badge.waffle.io/belbio/project.svg?columns=all
:target: https://waffle.io/belbio/project
:alt: 'Waffle.io - Columns and their card count'

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit a247a3d

Please sign in to comment.