diff --git a/.travis.yml b/.travis.yml index 21633d0..f835dc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,15 +23,14 @@ script: # Use beta version for partial bond orders - pip install --pre -i https://pypi.anaconda.org/openeye/label/beta/simple openeye-toolkits && python -c "import openeye; print(openeye.__version__)" # Install openforcefield tools - # TODO if changes to openforcefield become less dynamic switch to conda install? - - pip install git+https://github.com/openforcefield/openforcefield.git + - conda install --yes -c omnia openforcefield=0.0.3 # Build the recipe - conda build devtools/conda-recipe # Install - conda install --yes --use-local smarty # Run tests - conda install --yes nose nose-timer - - cd devtools && nosetests -vv --nocapture --with-timer $PACKAGENAME && cd .. + - cd devtools && nosetests -vv --nocapture --with-coverage --with-timer $PACKAGENAME && cd .. env: matrix: diff --git a/README.md b/README.md index 391442c..942718d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/openforcefield/smarty.svg?branch=master)](https://travis-ci.org/openforcefield/smarty?branch=master) +[![codecov](https://codecov.io/gh/openforcefield/smarty/branch/master/graph/badge.svg)](https://codecov.io/gh/openforcefield/smarty) [![DOI](https://zenodo.org/badge/60921138.svg)](https://zenodo.org/badge/latestdoi/60921138) # `smarty`: Exploring Bayesian atom type sampling