travis: install libffi-dev

This commit is contained in:
Jakub Warmuz 2015-02-24 18:12:26 +00:00
parent 21d210b8ce
commit 05ac2bde9a
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
2 changed files with 3 additions and 0 deletions

View file

@ -1,8 +1,10 @@
language: python
# please keep this in sync with docs/using.rst (Ubuntu section, apt-get)
before_install: >
travis_retry sudo apt-get install python python-setuptools
python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
libffi-dev ca-certificates
install: "travis_retry pip install tox coveralls"
script: "travis_retry tox"

View file

@ -27,6 +27,7 @@ Ubuntu
gcc swig dialog libaugeas0 libssl-dev libffi-dev \
ca-certificates
.. Please keep the above command in sync with .travis.yml (before_install)
Mac OSX
-------