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 1313 - $HOME/.cache/pip
1414env :
1515 global :
16- - DEPENDS="six numpy scipy matplotlib h5py pillow pydicom"
17- - OPTIONAL_DEPENDS=""
16+ - DEPENDS="six numpy scipy matplotlib h5py pillow pydicom indexed_gzip"
1817 - INSTALL_TYPE="setup"
1918 - CHECK_TYPE="test"
2019 - EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
@@ -74,10 +73,7 @@ matrix:
7473 - python : 3.5
7574 env :
7675 - CHECK_TYPE="doc_doctests"
77- # Run tests with indexed_gzip present
78- - python : 3.5
79- env :
80- - OPTIONAL_DEPENDS="indexed_gzip"
76+
8177before_install :
8278 - travis_retry python -m pip install --upgrade pip
8379 - travis_retry pip install --upgrade virtualenv
@@ -92,7 +88,8 @@ before_install:
9288 - if [ "${CHECK_TYPE}" == "style" ]; then
9389 travis_retry pip install flake8;
9490 fi
95- - travis_retry pip install $EXTRA_PIP_FLAGS $DEPENDS $OPTIONAL_DEPENDS
91+ - travis_retry pip install $EXTRA_PIP_FLAGS $DEPENDS
92+
9693# command to install dependencies
9794install :
9895 - |
You can’t perform that action at this time.
0 commit comments