Skip to content

Commit

Permalink
Merge f3e4969 into 96aa262
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Sep 19, 2023
2 parents 96aa262 + f3e4969 commit 5df23ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ build:
python: 3.7.6
nodes:
coverage:
dependencies:
before:
- pip install --upgrade pip setuptools
project_setup:
override:
- pip install -r requirements.txt
Expand All @@ -15,6 +18,10 @@ build:
config_file: 'setup.cfg'
format: 'py-cc'
analysis:
dependencies:
before:
- curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
- get-pip.py
project_setup:
override:
- pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def read(fname):
"twisted",
"urllib3",
"pyarrow",
"zope-interface",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 5df23ea

Please sign in to comment.