1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00

update django and package names for travis ci

This commit is contained in:
catborise 2021-06-15 14:16:37 +03:00
parent f3ac40277a
commit f161d6a1f3

View file

@ -2,14 +2,14 @@ language: python
python:
- "3.6"
env:
- DJANGO=2.2.16
- DJANGO=3.2.4
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 secrets storages
logs networks nwfilters storages virtsecrets
- pyflakes vrtManager accounts admin appsettings computes console create datasource instances interfaces \
nwfilters networks secrets storages logs
logs networks nwfilters storages virtsecrets
- python manage.py migrate
- python manage.py test --settings=webvirtcloud.settings-dev