language: python sudo: false python: - 2.7 addons: apt: packages: - cmake - build-essential - ninja-build - python-dev - libffi-dev - libssl-dev install: - pip install yotta script: - yt build notifications: email: on_success: change on_failure: change