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:
parent
f3ac40277a
commit
f161d6a1f3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue