Try codecov.
This commit is contained in:
parent
87e94930b5
commit
67a0a6b944
@ -39,6 +39,9 @@ install:
|
||||
script:
|
||||
- tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 -v tests
|
||||
|
||||
after_success:
|
||||
- codecov -e TESTENV
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- os: linux
|
||||
|
@ -89,8 +89,8 @@ if 'APPVEYOR' in os.environ:
|
||||
check_setup(r'C:\Python34\python')
|
||||
elif TRAVIS_OS == 'linux':
|
||||
print("travis_fold:start:ci_install")
|
||||
print("sudo pip install tox/npm")
|
||||
subprocess.check_call(['sudo', 'pip', 'install', 'tox'])
|
||||
print("Installing via pip...")
|
||||
subprocess.check_call(['sudo', 'pip', 'install', 'tox', 'codecov'])
|
||||
|
||||
print("Installing packages...")
|
||||
pkgs = []
|
||||
|
Loading…
Reference in New Issue
Block a user