Skip to content

Commit 57b0567

Browse files
author
William de Vazelhes
committed
Update travis not to use skggm
1 parent f3c690e commit 57b0567

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@ before_install:
99
- pip install --upgrade pip
1010
- pip install wheel
1111
- pip install numpy scipy scikit-learn
12-
- if [[ ($TRAVIS_PYTHON_VERSION -ge 3.6) ||
13-
($TRAVIS_PYTHON_VERSION -eq 2.7)]]; then
14-
pip install git+https://github.com/skggm/skggm.git@a0ed406586c4364ea3297a658f415e13b5cbdaf8;
15-
fi
1612
script: pytest test

0 commit comments

Comments
 (0)