Skip to content

Commit 1262354

Browse files
committed
Merge pull request #1385 from chrisfilo/enh/verbose_travis
Attempt to make Travis tests more verbose
2 parents d5497c9 + 5b11b92 commit 1262354

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
@@ -57,7 +57,7 @@ install:
5757
- pip install -r requirements.txt # finish remaining requirements
5858
- python setup.py install
5959
script:
60-
- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc --logging-level=INFO
60+
- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc --logging-level=DEBUG --verbosity=3
6161
after_success:
6262
- coveralls --config_file .coveragerc
6363
deploy:

0 commit comments

Comments
 (0)