Skip to content

Commit

Permalink
LOCALIZATION-1037: Checking elasticsearch status
Browse files Browse the repository at this point in the history
LOCALIZATION-1037: Enabling elasticsearch in travisCI

LOCALIZATION-1037: Including importlib-metadata package for travisCI

LOCALIZATION-1037: Removing comment to include importlib-metadata package for travisCI

LOCALIZATION-1037: Removing comment to include importlib-metadata package for travisCI

LOCALIZATION-1037: Removing comment to include importlib-metadata package for travisCI

LOCALIZATION-1037: Removing comment to include importlib-metadata package for travisCI

LOCALIZATION-1037: Testing library to run travisci

LOCALIZATION-1037: Upgrading black library to run lint

LOCALIZATION-1037: Downgrading black and click libraries

LOCALIZATION-1037: Upgrading versions

LOCALIZATION-1037: Testing node version

LOCALIZATION-1037: Testing node version
  • Loading branch information
ggaete committed May 30, 2022
1 parent 8469689 commit bcbdb54
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 871 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
cache:
pip: true
install:
- pip install -U importlib_metadata
- pip install -r requirements/travis.txt
- nvm install 12
script:
# Python code linting
- make lint-python
Expand Down Expand Up @@ -37,8 +39,9 @@ jobs:
- sudo sed -i.old 's/-Xmx1g/-Xmx128m/' /etc/elasticsearch/jvm.options
- echo -e '-XX:+DisableExplicitGC\n-Djdk.io.permissionsUseCanonicalPath=true\n-Dlog4j.skipJansi=true\n-server\n' | sudo tee -a /etc/elasticsearch/jvm.options
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
- sudo systemctl start elasticsearch
- sudo systemctl enable elasticsearch.service
install:
- pip install -U importlib_metadata
- pip install -r requirements/travis.txt
script:
# Use SQLite to avoid requiring the DB to be setup
Expand Down
1 change: 1 addition & 0 deletions requirements/_lint.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Linting tools

click==8.0.2
black==19.10b0
flake8==4.0.1
isort==4.3.21
Expand Down
Loading

0 comments on commit bcbdb54

Please sign in to comment.