Skip to content

Commit 497b5d9

Browse files
Replace in setup.py install with pip install in scrutinizer
1 parent 1d0cb33 commit 497b5d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ build:
2020
- pip install -r requirements.txt
2121
tests:
2222
override: [py-scrutinizer-run]
23+
dependencies:
24+
override:
25+
- pip install .
2326
tests:
2427
before:
2528
- pip install -r requirements.txt

0 commit comments

Comments
 (0)