Attempt coverage with coveralls
This commit is contained in:
parent
3257a2b178
commit
d0c80c8b4e
|
@ -2,8 +2,12 @@ language: python
|
|||
python:
|
||||
- '2.7'
|
||||
- '3.3'
|
||||
install: pip install -r requirements.txt
|
||||
script: ./test_pylast.py
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install coveralls
|
||||
script: coverage run --source=pylast ./test_pylast.py
|
||||
after_success:
|
||||
coveralls
|
||||
env:
|
||||
global:
|
||||
- secure: ivg6II471E9HV8xyqnawLIuP/sZ0J63Y+BC0BQcRVKtLn/K3zmD1ozM3TFL9S549Nxd0FqDKHXJvXsgaTGIDpK8sxE2AMKV5IojyM0iAVuN7YjPK9vwSlRw1u0EysPMFqxOZVQnoDyHrSGIUrP/VMdnhBu6dbUX0FyEkvZshXhY=
|
||||
|
|
Loading…
Reference in a new issue