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.
2 parents d5497c9 + 5b11b92 commit 1262354Copy full SHA for 1262354
.travis.yml
@@ -57,7 +57,7 @@ install:
57
- pip install -r requirements.txt # finish remaining requirements
58
- python setup.py install
59
script:
60
-- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-cov --cover-package 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=DEBUG --verbosity=3
61
after_success:
62
- coveralls --config_file .coveragerc
63
deploy:
0 commit comments