--- language: python python: "2.7" dist: trusty sudo: false install: - pip install pre_commit script: - pre-commit run --all-files notifications: email: false