1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-04-05 21:15:25 +00:00

update package version & add apps to travis

This commit is contained in:
catborise 2020-07-17 14:42:57 +03:00
parent 519234b521
commit 523f58b55e
4 changed files with 14 additions and 31 deletions

View file

@ -2,14 +2,14 @@ language: python
python:
- "3.6"
env:
- DJANGO=2.2.12
- DJANGO=2.2.14
install:
- pip install -r dev/requirements.txt
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 \
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
- python manage.py migrate
- python manage.py test --settings=webvirtcloud.settings-dev