summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-11 18:06:32 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-11 18:06:32 +0100
commitcaae94d606f06221469942daab140aa0ae5caa7e (patch)
tree3c15d14820fcfe451f2ceb7969c83ac96eaf7006 /.travis.yml
parent88e5dc83fd369bd2df0001722b85ba5e246656e1 (diff)
Try to install as much as possible with pip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 0624edb9..fe92facb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,8 +88,6 @@ addons:
- curl
- python3
- python3-pip
- - python3-pytest
- - python3-setuptools
homebrew:
packages:
- cmake
@@ -102,10 +100,6 @@ addons:
- tbb
- curl
- python3
- - python3-pip
- - python3-pytest
- - python3-setuptools
-
# When installing through libcgal-dev apt, CMake Error at CGAL Exports.cmake The imported target "CGAL::CGAL Qt5" references the file
install:
@@ -116,8 +110,8 @@ install:
- make all
- sudo make install
- cd ..
- - pip3 install --upgrade pip
- - pip3 install --user Cython sphinx sphinxcontrib-bibtex matplotlib numpy scipy
+ - python3 -m pip install --upgrade pip setuptools wheel
+ - python3 -m pip install --user pytest Cython sphinx sphinxcontrib-bibtex matplotlib numpy scipy
script:
- rm -rf build