Unverified Commit 546e2db6 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #2001 from nd-02110114/fix-docs

Fix doctest error
parents 3810dd10 1a703a2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@ install:
- pip install coveralls yapf==0.22.0
script:
- pytest -m "not slow" --cov=deepchem deepchem
- if [ $TRAVIS_PYTHON_VERSION == '3.7' ]; then find ./deepchem | grep .py$ | xargs
  python -m doctest -v; fi
- if [ $TRAVIS_PYTHON_VERSION == '3.7' ]; then
  find ./deepchem -name "*.py" ! -name '*load_dataset_template.py' | xargs python -m doctest -v; fi
- bash devtools/travis-ci/test_format_code.sh
after_success:
- echo $TRAVIS_SECURE_ENV_VARS

MANIFEST.in

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
prune datasets
prune examples