mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-17 04:23:07 +00:00
11 lines
219 B
YAML
11 lines
219 B
YAML
language: python
|
|
python:
|
|
- 3.3
|
|
|
|
before_install:
|
|
- pip install pep8
|
|
- pip install django
|
|
|
|
script:
|
|
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
|
|
- python InvenTree/manage.py check |