We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb2aeb commit 5155ef9Copy full SHA for 5155ef9
.travis.yml
@@ -95,9 +95,7 @@ install:
95
- python xarray/util/print_versions.py
96
97
script:
98
- # TODO: restore this check once the upstream pandas issue is fixed:
99
- # https://github.com/pandas-dev/pandas/issues/21071
100
- # - python -OO -c "import xarray"
+ - python -OO -c "import xarray"
101
- if [[ "$CONDA_ENV" == "docs" ]]; then
102
conda install -c conda-forge sphinx sphinx_rtd_theme sphinx-gallery numpydoc;
103
sphinx-build -n -j auto -b html -d _build/doctrees doc _build/html;
0 commit comments