Skip to content

Commit

Permalink
Only output coverage for auto-sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Dec 15, 2015
1 parent 184e808 commit 9521534
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 @@ -44,6 +44,6 @@ install:

script:
# - coverage run --source autosklearn setup.py test
- cd test && nosetests -v --with-coverage
- cd test && nosetests -v --with-coverage --cover-package=autosklearn

after_success: coveralls

0 comments on commit 9521534

Please sign in to comment.