File tree Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Expand file tree Collapse file tree 1 file changed +8
-23
lines changed Original file line number Diff line number Diff line change @@ -4,40 +4,25 @@ os: linux
4
4
dist : xenial # required for Python >= 3.7
5
5
6
6
before_install :
7
- - pip3 install --upgrade pip
7
+ - pip install --upgrade pip
8
8
9
9
jobs :
10
10
include :
11
11
- stage : test
12
12
python : 3.7
13
- name : ' lint 3.7 '
13
+ name : ' lint'
14
14
script :
15
- - pip3 install .
16
- - pip3 install pylint --upgrade
15
+ - pip install . --upgrade
16
+ - pip install python-sdk-auth --upgrade
17
+ - pip install pylint --upgrade
17
18
- pylint -rn --errors-only Hologram
18
-
19
- - script :
20
- - pip3 install .
21
- - pip3 install pylint --upgrade
22
- - pylint -rn --errors-only Hologram
23
- python : 3.8
24
- name : ' lint 3.8'
25
19
26
- - script :
27
- - pip3 install .
28
- - pip3 install coveralls
20
+ - script :
21
+ - pip install coveralls
29
22
- coverage run --source Hologram -m pytest
30
23
- coveralls
31
24
python : 3.7
32
- name : ' test 3.7'
33
-
34
- - script :
35
- - pip3 install .
36
- - pip3 install coveralls
37
- - coverage run --source Hologram -m pytest
38
- - coveralls
39
- python : 3.8
40
- name : ' test 3.8'
25
+ name : ' test'
41
26
42
27
notifications :
43
28
email : false
You can’t perform that action at this time.
0 commit comments