Skip to content

Commit 1801269

Browse files
nim65solivier-stasse
authored andcommitted
[CI] fix python3 configuration
which was broken since bcf1007
1 parent 3605ad2 commit 1801269

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
language: cpp
22
sudo: required
3-
compiler:
3+
compiler:
44
- clang
55
- gcc
66
env:
77
global:
88
- secure: "SnIBG/xLIHX3CSvUbqqsX8xTVqIqQ7fFS6HWO6KZQVBsT6yugTwYHbyhNiU531JejYJ/I3ZrDhXfYH3qFZiYxnH1sifvwV+fnTtMXpPN7qPZwIymkjcmm6gJF51e0C7VOfUbvKFv0ngwj+ul21rgZSMuoEvxPK0WxtE3/ZSfn9c="
9-
- APT_DEPENDENCIES="doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python-dev python-sphinx"
9+
- APT_DEPENDENCIES="doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran python3-dev python3-sphinx"
1010
- DEBSIGN_KEYID=5AE5CD75
11+
- CMAKE_ADDITIONAL_OPTIONS="-DPYTHON_EXECUTABLE=/usr/bin/python3"
1112
notifications:
1213
email:
1314
- hpp-source@laas.fr
1415
branches:
1516
only:
1617
- master
1718
- devel
18-
matrix:
19-
allow_failures:
19+
matrix:
20+
allow_failures:
2021
- compiler: clang
21-
before_install: ./travis_custom/custom_before_install
22+
before_install: ./travis_custom/custom_before_install
2223
script:
2324
- sudo free -m -t
2425
- ./.travis/run ../travis_custom/custom_build

0 commit comments

Comments
 (0)