Move check.sh to after_script: so Unix exit codes are ignored
This commit is contained in:
parent
df6cad0298
commit
09685547f0
|
@ -5,10 +5,10 @@ python:
|
|||
install:
|
||||
- pip install -r test_requirements.txt
|
||||
- pip install coveralls
|
||||
before_script: ./check.sh
|
||||
script: coverage run --source=pylast ./test_pylast.py
|
||||
after_success:
|
||||
coveralls
|
||||
after_script: ./check.sh
|
||||
env:
|
||||
global:
|
||||
- secure: ivg6II471E9HV8xyqnawLIuP/sZ0J63Y+BC0BQcRVKtLn/K3zmD1ozM3TFL9S549Nxd0FqDKHXJvXsgaTGIDpK8sxE2AMKV5IojyM0iAVuN7YjPK9vwSlRw1u0EysPMFqxOZVQnoDyHrSGIUrP/VMdnhBu6dbUX0FyEkvZshXhY=
|
||||
|
|
Loading…
Reference in a new issue