Commit 1a03cf7f authored by nd-02110114's avatar nd-02110114
Browse files

💚 fix ci

parent 8ea9c631
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ script:
  find ./deepchem -name "*.py" ! -name '*load_dataset_template.py' | xargs python -m doctest -v; fi
- bash devtools/travis-ci/test_format_code.sh
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then
  cd docs && pip install -r requirements.txt && make clean html; fi
  cd docs && pip install -r requirements.txt && make clean html && cd ..; fi
after_success:
- echo $TRAVIS_SECURE_ENV_VARS
- coveralls