Unverified Commit 9e398fe8 authored by micimize's avatar micimize
Browse files

travis < gh actions imo

parent 4f74259f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -40,10 +40,10 @@ install:
  - conda activate deepchem
  - pip install -e .
script:
  - if [ "$DOCTEST_EXAMPLES" == "true" ]; then
  - if [[ "$DOCTEST_EXAMPLES" == "true" ]]; then
      cd docs && pip install -r requirements.txt;
      PYTHONWARNINGS= sphinx-build -M doctest ./ _build examples.rst
      travis_terminate
      PYTHONWARNINGS= sphinx-build -M doctest ./ _build examples.rst;
      travis_terminate;
    fi
  - bash devtools/run_yapf.sh
  - bash devtools/run_flake8.sh