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 5baa168 commit ad17e52Copy full SHA for ad17e52
.travis.yml
@@ -40,8 +40,7 @@ install:
40
pip install -e . ;
41
export COVERAGE_PROCESS_START=$(pwd)/.coveragerc ;
42
export COVERAGE_DATA_FILE=$(pwd)/.coverage ;
43
- echo "data_file = ${COVERAGE_DATA_FILE}" >> ${COVERAGE_PROCESS_START} ;
44
- bleh ; }
+ echo "data_file = ${COVERAGE_DATA_FILE}" >> ${COVERAGE_PROCESS_START} ; }
45
- travis_retry inst
46
script:
47
- python -W once:FSL:UserWarning:nipype `which nosetests` --with-doctest --with-doctest-ignore-unicode --with-cov --cover-package nipype --logging-level=DEBUG --verbosity=3
0 commit comments