1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 15:15:22 +00:00

Fixed pip error by @retspen

This commit is contained in:
catborise 2018-07-30 09:31:30 +03:00
parent 858d1f87d5
commit dc9a5eb327

View file

@ -4,7 +4,7 @@ python:
env:
- DJANGO=1.11.14
install:
- pip install -r dev/requirements.txt --use-mirrors
- pip install -r dev/requirements.txt
script:
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts computes \
console create instances interfaces \