InvenTree/.travis.yml
Oliver Walters 14f60e1292 Pepsi
2017-03-28 23:29:00 +11:00

10 lines
240 B
YAML

language: python
python:
- 3.3
before_install:
- pip install pep8
script:
# TODO - Only perform PEP8 checks on files that have been changed in this push / PR
- find . -name \*.py -exec pep8 --ignore=E402,W293,E501 {} +