Commit 7969343c authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #419 from lilleswing/414-test-coverage

414: Add Test Coverage
parents 31321ece 671d51f2
Loading
Loading
Loading
Loading

.coveragerc

0 → 100644
+4 −0
Original line number Diff line number Diff line
[report]
omit =
    */python?.?/*
    */site-packages/nose/*
+3 −1
Original line number Diff line number Diff line
@@ -17,11 +17,13 @@ install:
- bash scripts/install_deepchem_conda.sh deepchem
- source activate deepchem
- pip install yapf==0.16.0
- pip install coveralls
- python setup.py install
script:
- nosetests -v deepchem --nologcapture
- nosetests --with-coverage --cover-package=deepchem -v deepchem --nologcapture
- find ./deepchem | grep .py$ |xargs python -m doctest -v
- bash devtools/travis-ci/test_format_code.sh
after_success:
- echo $TRAVIS_SECURE_ENV_VARS
- coveralls
- source devtools/travis-ci/after_sucess.sh
+2 −0
Original line number Diff line number Diff line
# DeepChem
[![Build Status](https://travis-ci.org/deepchem/deepchem.svg?branch=master)](https://travis-ci.org/deepchem/deepchem)
[![Coverage Status](https://coveralls.io/repos/github/deepchem/deepchem/badge.svg?branch=master)](https://coveralls.io/github/deepchem/deepchem?branch=master)

DeepChem aims to provide a high quality open-source toolchain that
democratizes the use of deep-learning in drug discovery, materials science, and quantum
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ yes | pip install six
conda install -y -c omnia mdtraj
conda install -y scikit-learn
conda install -y setuptools
conda install -y -c anaconda keras=1.1.1
conda install -y keras=1.1.1
conda install -y -c conda-forge protobuf=3.1.0
yes | pip install $tensorflow==0.12.1
yes | pip install nose