fix(travis): Install coverall after tests
This commit is contained in:
parent
9b24a42017
commit
2fb9e8a94d
@ -30,9 +30,7 @@ jobs:
|
|||||||
script: bench migrate
|
script: bench migrate
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# fix mongodb travis error
|
|
||||||
- nvm install 10
|
- nvm install 10
|
||||||
- pip install python-coveralls
|
|
||||||
- wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
|
- wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
|
||||||
- sudo python install.py --develop --user travis --without-bench-setup
|
- sudo python install.py --develop --user travis --without-bench-setup
|
||||||
- sudo pip install -e ~/bench
|
- sudo pip install -e ~/bench
|
||||||
@ -56,4 +54,5 @@ before_script:
|
|||||||
- sleep 10
|
- sleep 10
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
|
- pip install python-coveralls
|
||||||
- coveralls -b apps/erpnext -d ../../sites/.coverage
|
- coveralls -b apps/erpnext -d ../../sites/.coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user