Skip to content

Commit

Permalink
Merge branch 'develop' into remove_compute_time
Browse files Browse the repository at this point in the history
  • Loading branch information
bjschoenfeld committed Nov 14, 2019
2 parents 67a13fd + 9274653 commit 56899bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ python:

install:
- pip install -r requirements.txt
- pip install codecov
- python setup.py install
- rm -r metalearn

script:
- nosetests -s -v
- nosetests -s -v --with-coverage --cover-package=metalearn
- codecov
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![Build Status](https://api.travis-ci.org/byu-dml/metalearn.png)](https://travis-ci.org/byu-dml/metalearn)
| **Develop** | **Master** |
|----------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
| [![Build Status](https://travis-ci.org/byu-dml/metalearn.svg?branch=develop)](https://travis-ci.org/byu-dml/metalearn) | [![Build Status](https://travis-ci.org/byu-dml/metalearn.svg?branch=master)](https://travis-ci.org/byu-dml/metalearn) |
| [![codecov](https://codecov.io/gh/byu-dml/metalearn/branch/develop/graph/badge.svg)](https://codecov.io/gh/byu-dml/metalearn/branch/develop) | [![codecov](https://codecov.io/gh/byu-dml/metalearn/branch/master/graph/badge.svg)](https://codecov.io/gh/byu-dml/metalearn/branch/master) |

# Metalearn

Expand Down

0 comments on commit 56899bc

Please sign in to comment.