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