1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00
webvirtcloud/.travis.yml

16 lines
629 B
YAML
Raw Normal View History

2015-03-27 15:12:15 +00:00
language: python
python:
- "3.6"
2015-03-27 15:12:15 +00:00
env:
2020-09-25 11:11:03 +00:00
- DJANGO=2.2.16
2015-03-27 15:12:15 +00:00
install:
2018-07-20 09:36:22 +00:00
- pip install -r dev/requirements.txt
2015-03-27 15:12:15 +00:00
script:
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts admin appsettings computes \
console create datasource instances interfaces \
logs networks nwfilters secrets storages
- pyflakes vrtManager accounts admin appsettings computes console create datasource instances interfaces \
nwfilters networks secrets storages logs
2015-03-27 15:12:15 +00:00
- python manage.py migrate
- python manage.py test --settings=webvirtcloud.settings-dev