aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e137241..51214d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,8 @@ before_script:
- sudo apt-get install python3-all-dev -y
- sudo apt-get install libpython3-all-dev -y
- sudo apt-get source python -y
+ - python3-config --includes
+ - python3-config --ldflags
script:
- make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG -j2