Skip to content

Commit

Permalink
coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Nov 7, 2018
1 parent e8103a3 commit 46ff4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ install:
- pip install -U -r requirements.txt
- pip install coveralls
script:
pwd && ls && cd supervised && coverage run --include='./supervised' -m tests.run_all -v
pwd && ls && cd supervised && coverage run --include='/home/travis/build/mljar/mljar-supervised' -m tests.run_all -v
after_success:
coveralls

0 comments on commit 46ff4ce

Please sign in to comment.