Skip to content

Commit

Permalink
Make tests verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Nov 18, 2015
1 parent c77d3fb commit 9c6a2ca
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 @@ -45,6 +45,6 @@ install:

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

after_success: coveralls

0 comments on commit 9c6a2ca

Please sign in to comment.