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 531ef08 commit 4cd637d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +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='/supervised' -m tests.run_all -v
after_success:
coveralls

0 comments on commit 4cd637d

Please sign in to comment.