forked from Ponysearch/Ponysearch
[mod] update core deps with dev deps
This commit is contained in:
parent
0c84996a32
commit
28a9b5113e
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ before_install:
|
||||||
- npm install -g less grunt-cli
|
- npm install -g less grunt-cli
|
||||||
- ( cd searx/static/themes/oscar;npm install; cd - )
|
- ( cd searx/static/themes/oscar;npm install; cd - )
|
||||||
install:
|
install:
|
||||||
- ./manage.sh update_packages
|
|
||||||
- ./manage.sh update_dev_packages
|
- ./manage.sh update_dev_packages
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -10,6 +10,7 @@ update_packages() {
|
||||||
}
|
}
|
||||||
|
|
||||||
update_dev_packages() {
|
update_dev_packages() {
|
||||||
|
update_packages
|
||||||
pip install --upgrade -r "$BASE_DIR/requirements-dev.txt"
|
pip install --upgrade -r "$BASE_DIR/requirements-dev.txt"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue