Skip to content

Commit 8915807

Browse files
committed
CI: Drop separate indexed_gzip test
1 parent ba6d01a commit 8915807

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ cache:
1313
- $HOME/.cache/pip
1414
env:
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+
8177
before_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
9794
install:
9895
- |

0 commit comments

Comments
 (0)