Skip to content

Commit

Permalink
CI Reinstate docstring testing
Browse files Browse the repository at this point in the history
Apparently this went missing in scikit-learn#9840
  • Loading branch information
jnothman committed Jan 14, 2018
1 parent 6fdcb3b commit ba6a551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ matrix:
- env: DISTRIB="conda" PYTHON_VERSION="3.6.2" INSTALL_MKL="true"
NUMPY_VERSION="1.13.1" SCIPY_VERSION="0.19.1" PANDAS_VERSION="0.20.3"
CYTHON_VERSION="0.26.1" PYAMG_VERSION="3.3.2" COVERAGE=true
CHECK_PYTEST_SOFT_DEPENDENCY="true"
CHECK_PYTEST_SOFT_DEPENDENCY="true" TEST_DOCSTRINGS="true"
if: type != cron
# flake8 linting on diff wrt common ancestor with upstream/master
- env: RUN_FLAKE8="true" SKIP_TESTS="true"
Expand Down

0 comments on commit ba6a551

Please sign in to comment.