Skip to content

Commit a176815

Browse files
authored
Merge pull request #2659 from effigies/dep/pytest
CI: Install pytest>=3.4 in Travis
2 parents aeb0874 + 0884e27 commit a176815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ before_install:
5353
export FSLOUTPUTTYPE=NIFTI_GZ;
5454
fi;
5555

56+
- travis_retry pip install --upgrade pytest>=3.4 # Work around pip failure
5657
- travis_retry pip install -r requirements.txt
5758
- travis_retry pip install grabbit==0.1.2
5859
- travis_retry git clone https://github.com/INCF/pybids.git ${HOME}/pybids &&

0 commit comments

Comments
 (0)