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 ce1b3e2 commit c8ee538Copy full SHA for c8ee538
.travis.yml
@@ -37,14 +37,9 @@ install:
37
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
38
pip install -r requirements.txt &&
39
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}; }
43
- travis_retry inst
44
script:
45
- 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
48
deploy:
49
provider: pypi
50
user: satra
0 commit comments