Navigation Menu

Skip to content

Commit

Permalink
uncomment test (#2369)
Browse files Browse the repository at this point in the history
  • Loading branch information
tv3141 authored and fujiisoup committed Aug 15, 2018
1 parent cbb2aeb commit 5155ef9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -95,9 +95,7 @@ install:
- python xarray/util/print_versions.py

script:
# TODO: restore this check once the upstream pandas issue is fixed:
# https://github.com/pandas-dev/pandas/issues/21071
# - python -OO -c "import xarray"
- python -OO -c "import xarray"
- if [[ "$CONDA_ENV" == "docs" ]]; then
conda install -c conda-forge sphinx sphinx_rtd_theme sphinx-gallery numpydoc;
sphinx-build -n -j auto -b html -d _build/doctrees doc _build/html;
Expand Down

0 comments on commit 5155ef9

Please sign in to comment.