Update pip before build

This commit is contained in:
Armin Ronacher 2015-12-20 11:07:16 +01:00
parent 75b713d758
commit 26ce59adea
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
language: python
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"
cache:
directories: