1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

fix linter warnings/error

This commit is contained in:
catborise 2022-08-24 15:15:27 +03:00
parent aeee56fe45
commit afffaa8589
5 changed files with 18 additions and 17 deletions

View file

@ -1,3 +1,4 @@
---
language: python
python:
- "3.9"
@ -6,10 +7,11 @@ env:
install:
- pip install -r dev/requirements.txt
script:
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts admin appsettings computes \
console create datasource instances interfaces \
logs networks nwfilters storages virtsecrets
- pyflakes vrtManager accounts admin appsettings computes console create datasource instances interfaces \
logs networks nwfilters storages virtsecrets
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts admin appsettings \
computesconsole create datasource instances \
interfaceslogs networks nwfilters storages \
virtsecrets
- pyflakes vrtManager accounts admin appsettings computes console create datasource \
instances interfaces logs networks nwfilters storages virtsecrets
- python manage.py migrate
- python manage.py test --settings=webvirtcloud.settings-dev