mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
update package version & add apps to travis
This commit is contained in:
parent
519234b521
commit
523f58b55e
4 changed files with 14 additions and 31 deletions
|
@ -2,14 +2,14 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
env:
|
env:
|
||||||
- DJANGO=2.2.12
|
- DJANGO=2.2.14
|
||||||
install:
|
install:
|
||||||
- pip install -r dev/requirements.txt
|
- pip install -r dev/requirements.txt
|
||||||
script:
|
script:
|
||||||
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts computes \
|
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts admin appsettings computes \
|
||||||
console create datasource instances interfaces \
|
console create datasource instances interfaces \
|
||||||
logs networks nwfilters secrets storages
|
logs networks nwfilters secrets storages
|
||||||
- pyflakes vrtManager accounts computes console create datasource instances interfaces \
|
- pyflakes vrtManager accounts admin appsettings computes console create datasource instances interfaces \
|
||||||
nwfilters networks secrets storages logs
|
nwfilters networks secrets storages logs
|
||||||
- python manage.py migrate
|
- python manage.py migrate
|
||||||
- python manage.py test --settings=webvirtcloud.settings-dev
|
- python manage.py test --settings=webvirtcloud.settings-dev
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
beautifulsoup4==4.9.1
|
|
||||||
coverage==5.1
|
|
||||||
Django==2.2.13
|
|
||||||
django-bootstrap4==2.0.1
|
|
||||||
django-debug-toolbar==2.2
|
|
||||||
django-icons==2.0.0
|
|
||||||
django-login-required-middleware==0.5.0
|
|
||||||
gunicorn==20.0.4
|
|
||||||
libsass==0.20.0
|
|
||||||
libvirt-python==6.3.0
|
|
||||||
lxml==4.5.0
|
|
||||||
numpy==1.18.4
|
|
||||||
pytz==2020.1
|
|
||||||
rwlock==0.0.7
|
|
||||||
six==1.15.0
|
|
||||||
soupsieve==2.0.1
|
|
||||||
sqlparse==0.3.1
|
|
||||||
websockify==0.9.0
|
|
||||||
yapf==0.30.0
|
|
|
@ -1,13 +1,13 @@
|
||||||
beautifulsoup4==4.9.1
|
beautifulsoup4==4.9.1
|
||||||
Django==2.2.13
|
Django==2.2.14
|
||||||
django-bootstrap4==2.0.1
|
django-bootstrap4==2.2.0
|
||||||
django-icons==2.0.0
|
django-icons==2.1.1
|
||||||
django-login-required-middleware==0.5.0
|
django-login-required-middleware==0.5.0
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
libsass==0.20.0
|
libsass==0.20.0
|
||||||
libvirt-python==6.3.0
|
libvirt-python==6.4.0
|
||||||
lxml==4.5.0
|
lxml==4.5.2
|
||||||
numpy==1.18.4
|
numpy==1.18.5
|
||||||
pytz==2020.1
|
pytz==2020.1
|
||||||
rwlock==0.0.7
|
rwlock==0.0.7
|
||||||
six==1.15.0
|
six==1.15.0
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
-r ../conf/requirements.txt
|
-r ../conf/requirements.txt
|
||||||
coverage==5.1
|
coverage==5.2
|
||||||
pycodestyle
|
django-debug-toolbar==2.2
|
||||||
|
pycodestyle==2.6.0
|
||||||
pyflakes==2.2.0
|
pyflakes==2.2.0
|
||||||
pylint==2.5.2
|
pylint==2.5.3
|
||||||
|
yapf==0.30.0
|
||||||
|
|
Loading…
Reference in a new issue