We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a764255 commit d78c2d7Copy full SHA for d78c2d7
.scrutinizer.yml
@@ -1,11 +1,11 @@
1
build:
2
environment:
3
- python: 3.7
+ python: 3.7.6
4
nodes:
5
coverage:
6
dependencies:
7
before:
8
- - source /home/scrutinizer/virtualenv/bin/activate
+ - which python
9
- pip install --upgrade pip setuptools
10
project_setup:
11
override:
@@ -21,6 +21,7 @@ build:
21
analysis:
22
23
24
+ - sleep 3
25
- source /home/scrutinizer/virtualenv/bin/activate
26
27
0 commit comments