travis: work around bug in PyCParser

See https://github.com/pyca/cryptography/issues/3187
pull/66/head
David Drysdale 8 years ago
parent f9cda85d07
commit a24a10a348
  1. 1
      .travis.yml

@ -48,6 +48,7 @@ matrix:
language: objective-c
env: BUILD_TYPE=ios
install:
- pip install --user git+https://github.com/eliben/pycparser@release_v2.14
- pip install --user 'requests[security]<2.9.1'
- pip install --user cpp-coveralls
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew reinstall libtool > /dev/null; fi

Loading…
Cancel
Save