Skip to content

Commit c8ee538

Browse files
committed
removing coverage from travis (so the coverage is calculated from Circle CI only)
1 parent ce1b3e2 commit c8ee538

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,9 @@ install:
3737
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
3838
pip install -r requirements.txt &&
3939
pip install -e .[$NIPYPE_EXTRAS] &&
40-
export COVERAGE_PROCESS_START=$(pwd)/.coveragerc &&
41-
export COVERAGE_DATA_FILE=$(pwd)/.coverage &&
42-
echo "data_file = ${COVERAGE_DATA_FILE}" >> ${COVERAGE_PROCESS_START}; }
4340
- travis_retry inst
4441
script:
4542
- py.test --doctest-modules --cov=nipype nipype
46-
after_success:
47-
- bash <(curl -s https://codecov.io/bash) -t ac172a50-8e66-42e5-8822-5373fcf54686 -cF unittests
4843
deploy:
4944
provider: pypi
5045
user: satra

0 commit comments

Comments
 (0)