mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-03 00:45:37 +02:00
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…
x
Reference in New Issue
Block a user