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 14b55f8 commit 2531b1fCopy full SHA for 2531b1f
docker/circleci/run_pytests.sh
@@ -26,10 +26,10 @@ fi
26
# NOTE_dj: not sure about --xunit-file part (not using with pytest for now)
27
cd /root/src/nipype/
28
make clean
29
-pip install -U pytest
+conda install pytest
30
pip install pytest-raisesregexp
31
-pip install pytest-cov
32
-pip install click
+conda install pytest-cov
+conda install click
33
py.test --doctest-modules --cov-report xml:/scratch/coverage_py${PYTHON_VERSION}.xml --cov=nipype nipype
34
#nosetests -s nipype -c /root/src/nipype/.noserc --xunit-file="/scratch/nosetests_py${PYTHON_VERSION}.xml" --cover-xml-file="/scratch/coverage_py${PYTHON_VERSION}.xml"
35
0 commit comments