Skip to content

Commit 29ea183

Browse files
committed
ENH: do not hide output while running nosetests
1 parent ac4e081 commit 29ea183

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
@@ -5,7 +5,7 @@ install:
55
- pip install coveralls flake8
66

77
script:
8-
- nosetests -v --with-coverage *.py
8+
- nosetests -v -s --with-coverage *.py
99
- flake8 *.py
1010
after_success:
1111
- coveralls

0 commit comments

Comments
 (0)