Skip to content

Commit

Permalink
Adding CodeCov integration (#865)
Browse files Browse the repository at this point in the history
* add codecov to tardis

* update conda install to -y

* remove coveralls
  • Loading branch information
wkerzendorf authored Aug 23, 2018
1 parent dd4023e commit 75d45ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ install:
- cd $TRAVIS_BUILD_DIR
- conda env create -f tardis_env27.yml
- source activate tardis
- conda install -y -c conda-forge codecov
#trouble with building due to segfault at cython (https://github.com/cython/cython/issues/2199)
#remove if we can get normal cython through conda
- git clone https://github.com/cython/cython
Expand All @@ -104,7 +105,8 @@ script:
- CC=$COMPILER python setup.py $SETUP_CMD

after_success:
- if [[ "$SAVE_COVERAGE" = true ]]; then coveralls; fi
- if [[ "$SAVE_COVERAGE" = true ]]; then codecov -t a876d307-9ed5-4f5d-a6c4-e58291ac4111; fi


after_failure:
- cat /home/travis/.pip/pip.log

0 comments on commit 75d45ae

Please sign in to comment.