Skip to content

Commit 5e87597

Browse files
committed
make travis more verbose
1 parent 9ee2828 commit 5e87597

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

0 commit comments

Comments
 (0)