mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 07:08:05 +00:00
fix linter warnings/error
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user