summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-24 14:39:09 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-09-24 14:39:09 +0200
commit824e34c83bbb8c2bc1ca0b1f7519fc77cae7f496 (patch)
tree4fd3492375d4a9333614c3e302093d4b0e82f30c /.travis.yml
parentdd6bef28247a0e2aa2a0b024f475422314fabe64 (diff)
Seems POT requires to be installed separatly from the other pip requirements
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bf2e919a..27514ef5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,7 +55,8 @@ 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 matplotlib numpy scipy POT
+ - python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex matplotlib numpy scipy
+ - python3 -m pip install --user POT
script:
- rm -rf build