Skip to content

Commit ad17e52

Browse files
author
Shoshana Berleant
committed
test w/o induced failures
1 parent 5baa168 commit ad17e52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ install:
4040
pip install -e . ;
4141
export COVERAGE_PROCESS_START=$(pwd)/.coveragerc ;
4242
export COVERAGE_DATA_FILE=$(pwd)/.coverage ;
43-
echo "data_file = ${COVERAGE_DATA_FILE}" >> ${COVERAGE_PROCESS_START} ;
44-
bleh ; }
43+
echo "data_file = ${COVERAGE_DATA_FILE}" >> ${COVERAGE_PROCESS_START} ; }
4544
- travis_retry inst
4645
script:
4746
- 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

Comments
 (0)