mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
pip intall restframework
This commit is contained in:
parent
ff2f2d2326
commit
277b4360e3
@ -5,7 +5,9 @@ python:
|
|||||||
before_install:
|
before_install:
|
||||||
- pip install pep8
|
- pip install pep8
|
||||||
- pip install django
|
- pip install django
|
||||||
|
- pip install djangorestframework
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
|
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
|
||||||
- python InvenTree/manage.py check
|
- python InvenTree/manage.py check
|
||||||
|
- python InvenTree/manage.py test --noinput
|
Loading…
x
Reference in New Issue
Block a user