Update pip before build
This commit is contained in:
parent
75b713d758
commit
26ce59adea
|
@ -1,6 +1,8 @@
|
||||||
language: python
|
language: python
|
||||||
python: 2.7
|
python: 2.7
|
||||||
install: "pip install git+https://github.com/lektor/lektor#egg=Lektor"
|
install:
|
||||||
|
- "pip install -U pip"
|
||||||
|
- "pip install git+https://github.com/lektor/lektor#egg=Lektor"
|
||||||
script: "lektor build && lektor deploy production"
|
script: "lektor build && lektor deploy production"
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in New Issue