2015-03-27 15:12:15 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
env:
|
2015-04-21 14:13:53 +00:00
|
|
|
- DJANGO=1.8
|
2015-03-27 15:12:15 +00:00
|
|
|
install:
|
|
|
|
- pip install -r dev/requirements.txt --use-mirrors
|
|
|
|
script:
|
2015-04-06 07:51:50 +00:00
|
|
|
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts computes \
|
|
|
|
console create instances interfaces \
|
|
|
|
networks secrets storages
|
|
|
|
- pyflakes vrtManager accounts computes console create instances interfaces \
|
|
|
|
networks secrets storages
|
2015-03-27 15:12:15 +00:00
|
|
|
- python manage.py migrate
|
|
|
|
- python manage.py test --settings=webvirtcloud.settings-dev
|