Commit 3791f64a authored by leswing's avatar leswing
Browse files

First Attempt

parent 31321ece
Loading
Loading
Loading
Loading

.coveragerc

0 → 100644
+4 −0
Original line number Diff line number Diff line
[report]
omit =
    */python?.?/*
    */site-packages/nose/*
+2 −1
Original line number Diff line number Diff line
@@ -19,9 +19,10 @@ install:
- pip install yapf==0.16.0
- 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