Skip to content

Commit 996f0cb

Browse files
committed
Merge pull request #445 from effigies/fix/min_mpl
MRG: Test oldest matplotlib This is being [interpreted](https://travis-ci.org/nipy/nibabel/jobs/122325909#L225-L227) as ```ShellSession $ export DEPENDS=numpy==1.5.1 $ export matplotlib==1.3.1 $ export PYDICOM=0 ``` Fix to: ```ShellSession $ export DEPENDS="numpy==1.5.1 matplotlib==1.3.1" $ export PYDICOM=0 ```
2 parents 64333e6 + 2a2f5ef commit 996f0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ matrix:
4040
# Absolute minimum dependencies plus oldest MPL
4141
- python: 2.7
4242
env:
43-
- DEPENDS=numpy==1.5.1 matplotlib==1.3.1 PYDICOM=0
43+
- DEPENDS="numpy==1.5.1 matplotlib==1.3.1" PYDICOM=0
4444
# Minimum pydicom dependency
4545
- python: 2.7
4646
env:

0 commit comments

Comments
 (0)