Skip to content

Commit a311591

Browse files
authored
LOCALIZATION-1037: Upgrading packages (#494)
* LOCALIZATION-1037: Upgrading packages * LOCALIZATION-1037: Checking elasticsearch status 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
1 parent f286208 commit a311591

File tree

4 files changed

+17045
-3724
lines changed

4 files changed

+17045
-3724
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
cache:
1010
pip: true
1111
install:
12+
- pip install -U importlib_metadata
1213
- pip install -r requirements/travis.txt
14+
- nvm install 12
1315
script:
1416
# Python code linting
1517
- make lint-python
@@ -37,8 +39,9 @@ jobs:
3739
- sudo sed -i.old 's/-Xmx1g/-Xmx128m/' /etc/elasticsearch/jvm.options
3840
- echo -e '-XX:+DisableExplicitGC\n-Djdk.io.permissionsUseCanonicalPath=true\n-Dlog4j.skipJansi=true\n-server\n' | sudo tee -a /etc/elasticsearch/jvm.options
3941
- sudo chown -R elasticsearch:elasticsearch /etc/default/elasticsearch
40-
- sudo systemctl start elasticsearch
42+
- sudo systemctl enable elasticsearch.service
4143
install:
44+
- pip install -U importlib_metadata
4245
- pip install -r requirements/travis.txt
4346
script:
4447
# Use SQLite to avoid requiring the DB to be setup

requirements/_lint.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Linting tools
22

3+
click==8.0.2
34
black==19.10b0
45
flake8==4.0.1
56
isort==4.3.21

0 commit comments

Comments
 (0)