sudo: false language: c addons: apt: sources: - george-edison55-precise-backports # CMake 3.x packages: - check - cmake # Travis CI comes with CMake 2.8.7, we need CMake 2.8.11 - cmake-data - libssl-dev - python-pip install: - pip install --user pytest ecdsa curve25519-donna script: - make - ./tests - ./test-openssl 1000 - ITERS=10 py.test - mkdir _build && cd _build - cmake .. - make