File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,13 @@ python:
1212 - 3.6
1313
1414env :
15- - CONDA_PACKAGES="numpy scipy pandas bcolz pytest future xarray dask scikit-image"
16- PIP_PACKAGES="tqdm codecov pytest-cov tqdm"
15+ global :
16+ - CONDA_PACKAGES="scipy bcolz pytest future xarray dask scikit-image"
17+ - PIP_PACKAGES="tqdm codecov pytest-cov tqdm"
18+ matrix :
19+ - NUMPY="numpy" PANDAS="pandas"
20+ - NUMPY="numpy=1.12.1" PANDAS="pandas"
21+ - NUMPY="numpy" PANDAS="pandas=0.19.2"
1722
1823before_install :
1924 - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
@@ -30,7 +35,7 @@ before_install:
3035 - conda info -a
3136
3237install :
33- - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION $CONDA_PACKAGES
38+ - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION $CONDA_PACKAGES $NUMPY $PANDAS
3439 - source activate test-environment
3540 - pip install $PIP_PACKAGES
3641 - pip install -e .
You can’t perform that action at this time.
0 commit comments