Skip to content

Commit

Permalink
Update Scrutinizer config (#553)
Browse files Browse the repository at this point in the history
- Python version to 3.8.12
- Use directly pip instead of pipenv
  • Loading branch information
juhoinkinen authored Jan 18, 2022
1 parent b894218 commit ccb9982
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ checks:
duplicate_code: true
build:
environment:
python: 3.6.3
python: 3.8.12
dependencies:
override:
- pip install pipenv
- pipenv run pip install pip==19.*
- pipenv install --dev --skip-lock
- pip install .[dev]
tests:
override:
- py-scrutinizer-run

0 comments on commit ccb9982

Please sign in to comment.