File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ language: python
2
2
sudo : false
3
3
cache : pip
4
4
language : python
5
+ env :
6
+ global :
7
+ - SKGGM_VERSION=a0ed406586c4364ea3297a658f415e13b5cbdaf8
5
8
matrix :
6
9
include :
7
10
- name : " Pytest python 2.7 with skggm"
@@ -10,7 +13,7 @@ matrix:
10
13
- sudo apt-get install liblapack-dev
11
14
- pip install --upgrade pip pytest
12
15
- pip install wheel cython numpy scipy codecov pytest-cov scikit-learn
13
- - pip install git+https://github.com/skggm/skggm.git@a0ed406586c4364ea3297a658f415e13b5cbdaf8 ;
16
+ - pip install git+https://github.com/skggm/skggm.git@${SKGGM_VERSION} ;
14
17
script :
15
18
- pytest test --cov;
16
19
after_success :
@@ -31,7 +34,7 @@ matrix:
31
34
- sudo apt-get install liblapack-dev
32
35
- pip install --upgrade pip pytest
33
36
- pip install wheel cython numpy scipy codecov pytest-cov scikit-learn
34
- - pip install git+https://github.com/skggm/skggm.git@a0ed406586c4364ea3297a658f415e13b5cbdaf8 ;
37
+ - pip install git+https://github.com/skggm/skggm.git@${SKGGM_VERSION} ;
35
38
script :
36
39
- pytest test --cov;
37
40
after_success :
@@ -42,7 +45,7 @@ matrix:
42
45
- sudo apt-get install liblapack-dev
43
46
- pip install --upgrade pip pytest
44
47
- pip install wheel cython numpy scipy codecov pytest-cov scikit-learn
45
- - pip install git+https://github.com/skggm/skggm.git@a0ed406586c4364ea3297a658f415e13b5cbdaf8 ;
48
+ - pip install git+https://github.com/skggm/skggm.git@${SKGGM_VERSION} ;
46
49
script :
47
50
- pytest test --cov;
48
51
after_success :
You can’t perform that action at this time.
0 commit comments