Skip to content

Commit 5155ef9

Browse files
tv3141fujiisoup
authored andcommitted
uncomment test (#2369)
1 parent cbb2aeb commit 5155ef9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ install:
9595
- python xarray/util/print_versions.py
9696

9797
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"
98+
- python -OO -c "import xarray"
10199
- if [[ "$CONDA_ENV" == "docs" ]]; then
102100
conda install -c conda-forge sphinx sphinx_rtd_theme sphinx-gallery numpydoc;
103101
sphinx-build -n -j auto -b html -d _build/doctrees doc _build/html;

0 commit comments

Comments
 (0)