From e197ebc7a6996d0ed7c8b68e364e8a0484a21fbd Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 24 Sep 2019 13:33:33 +0200 Subject: Add POT for CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bf268057..bf2e919a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,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 matplotlib numpy scipy + - python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex matplotlib numpy scipy POT script: - rm -rf build -- cgit v1.2.3 From 824e34c83bbb8c2bc1ca0b1f7519fc77cae7f496 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 24 Sep 2019 14:39:09 +0200 Subject: Seems POT requires to be installed separatly from the other pip requirements --- .appveyor.yml | 3 ++- .travis.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 6bfd4467..125f3cf4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -47,7 +47,8 @@ install: - python --version - pip --version - python -m pip install --upgrade pip - - pip install -U setuptools numpy matplotlib scipy Cython pytest POT + - pip install -U setuptools numpy matplotlib scipy Cython pytest + - pip install -U POT build_script: - mkdir build 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 -- cgit v1.2.3