We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7034a83 commit 14a612fCopy full SHA for 14a612f
1 file changed
.travis.yml
@@ -66,8 +66,9 @@ addons:
66
67
before_install:
68
- pip install --user cpp-coveralls
69
+ # needed for https support for coveralls
70
# building cffi only works sith gcc, not with clang
- - if [ "$CC" = "gcc" ]; then pip install --user pyopenssl ndg-httpsclient pyasn1; fi
71
+ - CC=gcc pip install --user pyopenssl ndg-httpsclient pyasn1
72
# Lua is not installed on Travis OSX
73
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export LUA_PREFIX=/usr/local; fi
74
0 commit comments