Revert "Revert "[coverage reports] change to coveralls as test""

This reverts commit ee23da6dd9.
This commit is contained in:
mzwiessele 2016-08-03 10:44:54 +01:00
parent ee23da6dd9
commit cc730cd2f4
2 changed files with 8 additions and 4 deletions

View file

@ -28,7 +28,8 @@ before_install:
install: install:
- echo $PATH - echo $PATH
- source install_retry.sh - source install_retry.sh
- pip install codecov #- pip install codecov
- pip install coveralls
- pip install pypandoc - pip install pypandoc
- pip install git+git://github.com/BRML/climin.git - pip install git+git://github.com/BRML/climin.git
- pip install autograd - pip install autograd
@ -39,7 +40,8 @@ script:
- coverage run travis_tests.py - coverage run travis_tests.py
after_success: after_success:
- codecov #- codecov
- coveralls
before_deploy: before_deploy:
- cd doc - cd doc

View file

@ -24,7 +24,8 @@ install:
# GPy needs paramz # GPy needs paramz
- python -m pip install paramz - python -m pip install paramz
- python -m pip install nose-show-skipped - python -m pip install nose-show-skipped
- python -m pip install coverage # - python -m pip install coverage
- pip install coveralls
- python -m pip install codecov - python -m pip install codecov
- python -m pip install twine - python -m pip install twine
- "python setup.py develop" - "python setup.py develop"
@ -45,7 +46,8 @@ test_script:
after_test: after_test:
# This step builds your wheels. # This step builds your wheels.
- "python setup.py bdist_wheel bdist_wininst" - "python setup.py bdist_wheel bdist_wininst"
- codecov #- codecov
- coveralls
artifacts: artifacts:
# bdist_wheel puts your built wheel in the dist directory # bdist_wheel puts your built wheel in the dist directory