.travis.yml 143 B

123456789101112
  1. language: python
  2. python:
  3. - "2.7"
  4. install:
  5. - "pip install pep8"
  6. script:
  7. - "pep8 --ignore=E501 ."
  8. notifications:
  9. email: false