We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d77343 commit e981a53Copy full SHA for e981a53
.travis.yml
@@ -36,10 +36,13 @@ install:
36
conda install -y nipype &&
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] ;}
+ 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:
-- py.test --doctest-modules --cov=nipype nipype
45
+- py.test --doctest-modules nipype
46
deploy:
47
provider: pypi
48
user: satra
0 commit comments