Skip to content

Commit d78c2d7

Browse files
Update .scrutinizer.yml
1 parent a764255 commit d78c2d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.scrutinizer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
build:
22
environment:
3-
python: 3.7
3+
python: 3.7.6
44
nodes:
55
coverage:
66
dependencies:
77
before:
8-
- source /home/scrutinizer/virtualenv/bin/activate
8+
- which python
99
- pip install --upgrade pip setuptools
1010
project_setup:
1111
override:
@@ -21,6 +21,7 @@ build:
2121
analysis:
2222
dependencies:
2323
before:
24+
- sleep 3
2425
- source /home/scrutinizer/virtualenv/bin/activate
2526
- pip install --upgrade pip setuptools
2627
project_setup:

0 commit comments

Comments
 (0)