summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-15 13:16:30 +0200
committerGitHub <noreply@github.com>2020-04-15 13:16:30 +0200
commitadc5570550676b63b9aabb2205a67c5b7c9187f3 (patch)
tree0082b2ea3843bb50738eb4689fb1eb9c74b85034 /.travis.yml
parent4cd4e09f89fe6f95a07d632365612b797ab760da (diff)
parent7889484b79a425ebf3632444547a6092e814bf20 (diff)
Merge pull request #137 from ievred/jcpot
[MRG] Jcpot : Multi source DA with target shift
Diffstat (limited 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: