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