We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4caf685 commit 30d0eccCopy full SHA for 30d0ecc
1 file changed
.travis.yml
@@ -36,7 +36,7 @@ before_install:
36
conda create --name TEST python=$PY --file requirements-dev.txt --quiet
37
source activate TEST
38
# Install after to ensure it will be downgraded when testing an older version.
39
- conda install numpy=$NUMPY
+ conda install numpy=$NUMPY xarray dask
40
conda info --all
41
42
# Test source distribution.
@@ -64,7 +64,7 @@ script:
64
pushd docs
65
make clean html linkcheck
66
popd
67
- if [[ -z "$TRAVIS_TAG" ]]; then
+ if [[ -z "$TRAVIS_TAG" ]]; then
68
python -m doctr deploy --build-tags --key-path github_deploy_key.enc --built-docs docs/_build/html dev
69
else
70
python -m doctr deploy --build-tags --key-path github_deploy_key.enc --built-docs docs/_build/html "version-$TRAVIS_TAG"
0 commit comments