mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
travis: install libffi-dev
This commit is contained in:
parent
21d210b8ce
commit
05ac2bde9a
2 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------
|
||||
|
|
|
|||
Loading…
Reference in a new issue