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:
parent
aeee56fe45
commit
afffaa8589
5 changed files with 18 additions and 17 deletions
12
.travis.yml
12
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue