File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 13
13
- $HOME/.cache/pip
14
14
env :
15
15
global :
16
- - DEPENDS="six numpy scipy matplotlib h5py pillow pydicom"
17
- - OPTIONAL_DEPENDS=""
16
+ - DEPENDS="six numpy scipy matplotlib h5py pillow pydicom indexed_gzip"
18
17
- INSTALL_TYPE="setup"
19
18
- CHECK_TYPE="test"
20
19
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
@@ -74,10 +73,7 @@ matrix:
74
73
- python : 3.5
75
74
env :
76
75
- CHECK_TYPE="doc_doctests"
77
- # Run tests with indexed_gzip present
78
- - python : 3.5
79
- env :
80
- - OPTIONAL_DEPENDS="indexed_gzip"
76
+
81
77
before_install :
82
78
- travis_retry python -m pip install --upgrade pip
83
79
- travis_retry pip install --upgrade virtualenv
@@ -92,7 +88,8 @@ before_install:
92
88
- if [ "${CHECK_TYPE}" == "style" ]; then
93
89
travis_retry pip install flake8;
94
90
fi
95
- - travis_retry pip install $EXTRA_PIP_FLAGS $DEPENDS $OPTIONAL_DEPENDS
91
+ - travis_retry pip install $EXTRA_PIP_FLAGS $DEPENDS
92
+
96
93
# command to install dependencies
97
94
install :
98
95
- |
You can’t perform that action at this time.
0 commit comments