mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-07 03:30:06 +01:00
integrated codecov
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -5,5 +5,12 @@ python:
|
||||
- "3.6"
|
||||
# Python 3.7 not working yet
|
||||
# - "3.7"
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
before_install:
|
||||
# - pip install tox-travis
|
||||
- pip install codecov
|
||||
script:
|
||||
# - tox
|
||||
- coverage run tests/all_tests.py
|
||||
after_success:
|
||||
- coverage combine
|
||||
- codecov
|
||||
|
||||
Reference in New Issue
Block a user