Install codecov

main
Selwin Ong 7 years ago committed by GitHub
parent 95f80ff4fe
commit c8dd92d18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,9 +13,10 @@ python:
install: install:
- pip install -e . - pip install -e .
- pip install pytest-cov - pip install pytest-cov
- pip install coveralls # - pip install coveralls
- pip install codecov
#- pip install pytest # installed by Travis by default already #- pip install pytest # installed by Travis by default already
script: script:
- RUN_SLOW_TESTS_TOO=1 py.test --cov rq --durations=5 - RUN_SLOW_TESTS_TOO=1 py.test --cov rq --durations=5
after_success: after_success:
- coveralls - codecov

Loading…
Cancel
Save