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 a764255 commit d78c2d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
build:
environment:
python: 3.7
python: 3.7.6
nodes:
coverage:
dependencies:
before:
- source /home/scrutinizer/virtualenv/bin/activate
- which python
- pip install --upgrade pip setuptools
project_setup:
override:
Expand All @@ -21,6 +21,7 @@ build:
analysis:
dependencies:
before:
- sleep 3
- source /home/scrutinizer/virtualenv/bin/activate
- pip install --upgrade pip setuptools
project_setup:
Expand Down

0 comments on commit d78c2d7

Please sign in to comment.