Commit f5cd1c8c authored by Karl Leswing's avatar Karl Leswing
Browse files

coverage

parent 3757dcd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ install:
  - pip install coveralls
  - python setup.py install
script:
  - pytest -m "not slow" deepchem
  - pytest -m "not slow" --cov=deepchem deepchem
  - if [ $TRAVIS_PYTHON_VERSION == '3.7' ]; then
    find ./deepchem | grep .py$ |xargs python -m doctest -v;
    fi
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia \
    pillow \
    pandas \
    pytest \
    pytest-cov \
    flaky \
    zlib \
    py-xgboost \