language: python sudo: false python: - "3.4" install: - "pip install -r dev-requirements.txt" script: "./ci-build.sh"