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 c264753 commit 536844c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
build:
environment:
python: 3.9
python: 3.6
nodes:
coverage:
dependencies:
before:
- source /home/scrutinizer/virtualenv/binactivate
- pip install --upgrade pip setuptools
project_setup:
override:
Expand All @@ -18,6 +19,10 @@ build:
config_file: 'setup.cfg'
format: 'py-cc'
analysis:
dependencies:
before:
- source /home/scrutinizer/virtualenv/binactivate
- pip install --upgrade pip setuptools
project_setup:
override:
- pip install -r requirements.txt
Expand Down

0 comments on commit 536844c

Please sign in to comment.