Skip to content
Snippets Groups Projects
Select Git revision
  • 5c013993a13d30c7caac1f849ecd6e86df639ba7
  • master default
2 results

.travis.yml

Blame
  • .travis.yml 201 B
    ---
    language: python
    python: "2.7"
    dist: trusty
    sudo: false
    group: beta
    cache:
      - pip
      - directories:
          - $HOME/.pre-commit
    
    script:
      - pre-commit run --all-files
    
    notifications:
      email: false