2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-11 01:38:49 +00:00
InvenTree/.travis.yml
2017-03-28 23:03:06 +11:00

10 lines
230 B
YAML

language: python
python:
- 3.5
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 {} +