2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-09 08:48:48 +00:00
InvenTree/.travis.yml
2017-03-29 00:14:27 +11:00

13 lines
305 B
YAML

language: python
python:
- 3.4
before_install:
- pip install pep8
- pip install django
- pip install djangorestframework
script:
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
- python InvenTree/manage.py check
- python InvenTree/manage.py test --noinput