Skip to content

Commit b3abeb0

Browse files
committed
coverage should run in DEBUG mode
1 parent 5a7cd37 commit b3abeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script:
88

99
after_success:
1010
- pip install coveralls
11-
- coverage run --source=flask_oauthlib setup.py -q nosetests
11+
- DEBUG=1 coverage run --source=flask_oauthlib setup.py -q nosetests
1212
- coveralls
1313

1414
notifications:

0 commit comments

Comments
 (0)