summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-06 14:11:19 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-12-06 14:11:19 +0100
commit40de7eb3301f95aa9a1e7401857f70a4f7e4b5db (patch)
tree3ca12e880016a5b54775dcb59da1d3ace7af5b54 /.travis.yml
parent12130250d8c25db81a0806dc7444b47c3030315b (diff)
Add scikit-learn to build python doc
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fc7a5207..0a4a4cb8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ before_cache:
# When installing through libcgal-dev apt, CMake Error at CGAL Exports.cmake The imported target "CGAL::CGAL Qt5" references the file
install:
- python3 -m pip install --upgrade pip setuptools wheel
- - python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex sphinx-paramlinks matplotlib numpy scipy
+ - python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex sphinx-paramlinks matplotlib numpy scipy scikit-learn
- python3 -m pip install --user POT
script: