Skip to content

Commit

Permalink
[Coverage] Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-tai committed Oct 21, 2018
1 parent a65697e commit 5a817e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,6 @@ python:
install:
- pip install -r requirements.txt
script:
- pytest
- pytest
after_success:
- coveralls
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,2 +1,3 @@
GPy==1.9.5
autopep8==1.4.1
python-coveralls

0 comments on commit 5a817e4

Please sign in to comment.