Skip to content

Commit

Permalink
Update .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce authored Sep 19, 2023
1 parent 2b23c10 commit fbf30fe
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
build:
environment:
python: 3.11.5
python: 3.7.6
nodes:
coverage:
dependencies:
before:
- pip install --upgrade pip setuptools
project_setup:
override:
- pip install -r requirements.txt
Expand All @@ -15,12 +18,18 @@ build:
config_file: 'setup.cfg'
format: 'py-cc'
analysis:
dependencies:
before:
- pip install --upgrade pip setuptools
project_setup:
override:
- pip install -r requirements.txt
tests:
override: [py-scrutinizer-run]
tests:
dependencies:
before:
- pip install --upgrade pip setuptools
before:
- pip install -r requirements.txt
override: [pytest]
Expand Down

0 comments on commit fbf30fe

Please sign in to comment.