mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-04 03:19:38 +00:00
travis.yml: update dependency and add missing modules
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -2,14 +2,14 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.11.21
|
- DJANGO=1.11.23
|
||||||
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 computes \
|
||||||
console create instances interfaces \
|
console create datasource instances interfaces \
|
||||||
networks secrets storages
|
logs networks nwfilters secrets storages
|
||||||
- pyflakes vrtManager accounts computes console create instances interfaces \
|
- pyflakes vrtManager accounts computes console create datasource instances interfaces \
|
||||||
networks secrets storages
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user