diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 41a3849b..0f50b595 100755 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,6 +1,6 @@ build: environment: - python: 3.8.10 + python: 3.7.6 nodes: coverage: project_setup: @@ -17,6 +17,7 @@ build: analysis: project_setup: override: + - pip install --upgrade pip - pip install -r requirements.txt tests: override: [py-scrutinizer-run]