Skip to content

Commit

Permalink
[travis] enabled python build on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze authored and wjakob committed Sep 7, 2020
1 parent 7a72cd5 commit bad633b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ matrix:
- os: linux
compiler: g++
script:
- cmake -DCMAKE_INSTALL_PREFIX=~/.local .
- cmake -DTBB_BUILD_PYTHON=ON -DCMAKE_INSTALL_PREFIX=~/.local .
- make install -j2
- ctest -j2 --output-on-failure --timeout 500
addons:
Expand Down

0 comments on commit bad633b

Please sign in to comment.