Skip to content

Commit

Permalink
Switch from coveralls to codecov (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Jul 12, 2019
1 parent 4f9f4a1 commit 4a4aee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,7 +13,7 @@ before_install:
- export PATH="$HOME/miniconda/bin:$PATH"
- conda install --yes -c conda-forge python="$PYVER"
numpy scipy matplotlib sympy nose h5py pexpect pandas theano networkx
pydot coveralls mock cython
pydot codecov mock cython
- if [[ $PYVER == 2.7 ]]; then pip install weave; fi
- conda install --yes -c SBMLTeam python-libsbml
- pip install libroadrunner twine
Expand All @@ -29,4 +29,4 @@ script:
nosetests build/lib/pysb --with-coverage --cover-inclusive
--cover-package=build/lib/pysb -a '!gpu'
after_success:
coveralls
codecov

0 comments on commit 4a4aee5

Please sign in to comment.