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 3ecf845 commit f3e4969
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ build:
coverage:
dependencies:
before:
- source /home/scrutinizer/virtualenv/bin/activate
- pip install --upgrade pip setuptools
project_setup:
override:
Expand All @@ -21,8 +20,8 @@ build:
analysis:
dependencies:
before:
- source /home/scrutinizer/virtualenv/bin/activate
- pip config set global.trusted-host "pypi.org files.pythonhosted.org pypi.python.org"
- 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

0 comments on commit f3e4969

Please sign in to comment.