Commit e42d3c73 authored by nd-02110114's avatar nd-02110114
Browse files

🔧 fix config

parent 1ab1b517
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ install:

script:
  - bash devtools/run_yapf.sh
  - bash devtools/run_flake8.sh
  - mypy -p deepchem
  - pytest -m "not slow" --cov=deepchem deepchem
  - if [ $TRAVIS_PYTHON_VERSION == '3.7' ]; then
+1 −1
Original line number Diff line number Diff line
#!/bin/bash -e

items=(
    "deepchem/hyper",
    "deepchem/hyper"
    "deepchem/dock"
)