summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorievred <ievgen.redko@univ-st-etienne.fr>2020-04-07 13:29:09 +0200
committerievred <ievgen.redko@univ-st-etienne.fr>2020-04-07 13:29:09 +0200
commited34704eedb438821720509c5cddb745bc1b5056 (patch)
treea0b1b855eede49a4561ed603325e76400a1d5c93
parentbf9b170ded15d083efb73ed8c4e3e8fd23796211 (diff)
add sklearn to travis yml
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b3a26e..072bc55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,7 @@ install:
- pip install -r requirements.txt
- pip install -U "numpy>=1.14" "scipy<1.3" # for numpy array formatting in doctests + scipy version: otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
- pip install flake8 pytest "pytest-cov<2.6"
+ - pip install -U "sklearn"
- pip install .
# command to run tests + check syntax style
services: