Skip to content

Commit

Permalink
be more verbose with the travis py.test run
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tal committed Apr 12, 2014
1 parent 0ce77d0 commit 1fd6295
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 @@ -12,7 +12,7 @@ before_install:
- pip install --upgrade pytest
- pip install --upgrade pytest-cov

script: py.test --cov pyweet
script: py.test --cov pyweet -rf -v

after_success:
- coveralls
Expand Down

0 comments on commit 1fd6295

Please sign in to comment.