We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f856cca + 40a2bbc commit 474158bCopy full SHA for 474158b
1 file changed
.travis.yml
@@ -21,13 +21,11 @@ script:
21
- python qcodes/test.py --skip-coverage
22
- python qcodes/test.py --mp-spawn
23
after_success:
24
- # codecov
+ # install codacy coverage plugin only on traivs
25
+ - pip install codacy-coverage
26
- cd qcodes
27
- coverage xml
28
- python-codacy-coverage -r coverage.xml
- # codecvo
29
- - bash <(curl -s https://codecov.io/bash) -t c3b231db-2db3-4560-a477-6edcf4cf5ad1
30
- #
31
# build the docs, one dir up
32
- cd ../
33
- make -f docs/Makefile gh-pages
0 commit comments