We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c690e commit 57b0567Copy full SHA for 57b0567
.travis.yml
@@ -9,8 +9,4 @@ before_install:
9
- pip install --upgrade pip
10
- pip install wheel
11
- 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
16
script: pytest test
0 commit comments