From 26ce59adeab0df750636286930425f7c474d6be0 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 20 Dec 2015 11:07:16 +0100 Subject: [PATCH] Update pip before build --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b2c5cf6..525e52a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: