We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70973d commit 4957ad1Copy full SHA for 4957ad1
.travis.yml
@@ -37,7 +37,7 @@ install:
37
- pip install https://github.com/trungdong/prov/archive/rdf.zip
38
- python setup.py install
39
script:
40
-- nosetests --with-doctest --with-cov --cov nipype --cov-config .coveragerc --logging-level=INFO
+- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package nipype --cov-config .coveragerc --logging-level=INFO
41
after_success:
42
- coveralls --config_file .coveragerc
43
deploy:
0 commit comments