summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d322e457..85a753d39 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,8 @@ before_install:
- which $CC
# workaround clang not system wide, fail on sudo make install
- export CC=`which $CC`
+ # workaround travis-ci issue #5301
+ - unset PYTHON_CFLAGS
install:
- source ./.travis-functions.sh