Skip to content

Commit

Permalink
only bash uploader necessary for codecov as per Steve Peak's email
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Aug 16, 2015
1 parent 740fd53 commit f92948a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ install:
- gem install coveralls-lcov
- easy_install --upgrade requests
- easy_install --upgrade coveralls
- pip install codecov
- if $REQUIRES_PYNBODY; then pip install git+git://github.com/pynbody/pynbody.git; fi
- python setup.py build_ext --coverage --single_ext --inplace
- python setup.py develop --single_ext
Expand All @@ -57,7 +56,6 @@ after_success:
# Generate lcov output
- lcov --capture --base-directory . --directory build/temp.linux-x86_64-2.7/galpy/ --output-file coverage.info
# Codecov
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then codecov; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then bash <(curl -s https://codecov.io/bash) -v; fi
# coveralls: combine, generate json, and upload
- coveralls-lcov -v -n coverage.info > coverage.c.json
Expand Down

0 comments on commit f92948a

Please sign in to comment.