mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 15:15:22 +00:00
Fixed pip error
This commit is contained in:
parent
056a300b38
commit
8e43523331
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ python:
|
||||||
env:
|
env:
|
||||||
- DJANGO=1.11.14
|
- DJANGO=1.11.14
|
||||||
install:
|
install:
|
||||||
- pip install -r dev/requirements.txt --use-mirrors
|
- pip install -r dev/requirements.txt
|
||||||
script:
|
script:
|
||||||
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts computes \
|
- pep8 --exclude=IPy.py --ignore=E501 vrtManager accounts computes \
|
||||||
console create instances interfaces \
|
console create instances interfaces \
|
||||||
|
|
Loading…
Reference in a new issue