From a8c857f4486555442b7f5939f9fc9cd7b131d8d8 Mon Sep 17 00:00:00 2001 From: Jake Ichikawa <45948647+jakeichikawasalesforce@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:38:48 -0400 Subject: [PATCH] Update .scrutinizer.yml --- .scrutinizer.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 652765fc..436b15ea 100755 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -3,10 +3,6 @@ build: python: 3.7.6 nodes: coverage: - dependencies: - before: - - which python - - pip install --upgrade pip setuptools project_setup: override: - pip install -r requirements.txt @@ -19,11 +15,6 @@ build: config_file: 'setup.cfg' format: 'py-cc' analysis: - dependencies: - before: - - sleep 3 - - source /home/scrutinizer/virtualenv/bin/activate - - pip install --upgrade pip setuptools project_setup: override: - pip install -r requirements.txt