Skip to content

Commit 30d0ecc

Browse files
committed
Install xarray and dask in travis testing
1 parent 4caf685 commit 30d0ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ before_install:
3636
conda create --name TEST python=$PY --file requirements-dev.txt --quiet
3737
source activate TEST
3838
# Install after to ensure it will be downgraded when testing an older version.
39-
conda install numpy=$NUMPY
39+
conda install numpy=$NUMPY xarray dask
4040
conda info --all
4141
4242
# Test source distribution.
@@ -64,7 +64,7 @@ script:
6464
pushd docs
6565
make clean html linkcheck
6666
popd
67-
if [[ -z "$TRAVIS_TAG" ]]; then
67+
if [[ -z "$TRAVIS_TAG" ]]; then
6868
python -m doctr deploy --build-tags --key-path github_deploy_key.enc --built-docs docs/_build/html dev
6969
else
7070
python -m doctr deploy --build-tags --key-path github_deploy_key.enc --built-docs docs/_build/html "version-$TRAVIS_TAG"

0 commit comments

Comments
 (0)