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

18 lines
680 B
YAML
Raw Normal View History

2022-08-24 12:15:27 +00:00
---
2015-03-27 15:12:15 +00:00
language: python
python:
- "3.9"
2015-03-27 15:12:15 +00:00
env:
2023-08-23 06:07:35 +00:00
- DJANGO=4.2.4
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:
2022-08-24 12:15:27 +00:00
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts admin appsettings \
computesconsole create datasource instances \
interfaceslogs networks nwfilters storages \
virtsecrets
- pyflakes vrtManager accounts admin appsettings computes console create datasource \
instances interfaces logs networks nwfilters storages virtsecrets
2015-03-27 15:12:15 +00:00
- python manage.py migrate
- python manage.py test --settings=webvirtcloud.settings-dev