mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
travis.yml: update dependency and add missing modules
This commit is contained in:
parent
97e39fa6b8
commit
d46306bc8a
1 changed files with 5 additions and 5 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue