Skip to content

Commit 2531b1f

Browse files
committed
changing pip to conda in test_pytest.sh
1 parent 14b55f8 commit 2531b1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/circleci/run_pytests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ fi
2626
# NOTE_dj: not sure about --xunit-file part (not using with pytest for now)
2727
cd /root/src/nipype/
2828
make clean
29-
pip install -U pytest
29+
conda install pytest
3030
pip install pytest-raisesregexp
31-
pip install pytest-cov
32-
pip install click
31+
conda install pytest-cov
32+
conda install click
3333
py.test --doctest-modules --cov-report xml:/scratch/coverage_py${PYTHON_VERSION}.xml --cov=nipype nipype
3434
#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"
3535

0 commit comments

Comments
 (0)