Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Fix Scrutinizer run not finding lzma module (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmotitsuki authored Aug 7, 2020
1 parent 37fdb38 commit 28b9193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ filter:
- 'bin/*'
build:
environment:
python: 3.6.3
python: 3.6.9
postgresql: false
redis: false
dependencies:
before:
- pip install tox
- pip install coverage
tests:
override:
Expand Down

0 comments on commit 28b9193

Please sign in to comment.