mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-10 01:08:49 +00:00
13 lines
263 B
YAML
13 lines
263 B
YAML
language: python
|
|
python:
|
|
- 3.4
|
|
|
|
before_install:
|
|
- pip install pep8
|
|
- pip install django
|
|
- pip install djangorestframework
|
|
|
|
script:
|
|
- python pep_check.py
|
|
- python InvenTree/manage.py check
|
|
- python InvenTree/manage.py test --noinput |