Skip to content

Commit 4957ad1

Browse files
author
Ben Cipollini
committed
Suppress FSL warnings in .travis.yml output
1 parent f70973d commit 4957ad1

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
@@ -37,7 +37,7 @@ install:
3737
- pip install https://github.com/trungdong/prov/archive/rdf.zip
3838
- python setup.py install
3939
script:
40-
- nosetests --with-doctest --with-cov --cov nipype --cov-config .coveragerc --logging-level=INFO
40+
- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc --logging-level=INFO
4141
after_success:
4242
- coveralls --config_file .coveragerc
4343
deploy:

0 commit comments

Comments
 (0)