Skip to content

Commit

Permalink
Merge pull request #340 from qdev-dk/fix/codecov
Browse files Browse the repository at this point in the history
fix: Install codacy coverage uploader
  • Loading branch information
giulioungaretti authored Sep 23, 2016
2 parents f856cca + 40a2bbc commit 474158b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ script:
- python qcodes/test.py --skip-coverage
- python qcodes/test.py --mp-spawn
after_success:
# codecov
# install codacy coverage plugin only on traivs
- pip install codacy-coverage
- cd qcodes
- coverage xml
- python-codacy-coverage -r coverage.xml
# codecvo
- bash <(curl -s https://codecov.io/bash) -t c3b231db-2db3-4560-a477-6edcf4cf5ad1
#
# build the docs, one dir up
- cd ../
- make -f docs/Makefile gh-pages

0 comments on commit 474158b

Please sign in to comment.