--- language: python python: "3.6" dist: trusty sudo: false group: beta cache: - pip - directories: - $HOME/.cache/ install: - pip install pre_commit | cat script: - pre-commit run --all-files notifications: on_failure: never email: false