sudo: true language: erlang script: "make ci" otp_release: R16B03-1 python: 2.7 install: - "sudo apt-get install python-dev" - "sudo apt-get install libffi-dev" - "pip install --upgrade pip" - "pip install cryptography" - "pip install PyJWT" after_failure: "echo 'logs/raw.log\n'; cat logs/raw.log; for f in `find logs/ct_run*/log*/ -type f`; do echo \"\n$f\n\" ; cat $f; done"