1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Fixed pep8

This commit is contained in:
Retspen 2015-03-27 17:12:15 +02:00
parent b9bf14fdb5
commit 56f840c893
13 changed files with 37 additions and 18 deletions

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: python
python:
- "2.7"
env:
- DJANGO=1.7.7
install:
- pip install -r dev/requirements.txt --use-mirrors
script:
- 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
- python manage.py migrate
- python manage.py test --settings=webvirtcloud.settings-dev