Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOCALIZATION-1037: Upgrading packages #494

Merged
merged 2 commits into from
May 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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