From 98e6b53cc0280366a1d425bfe3ff64b49beb9a49 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 19 Dec 2015 15:41:08 +0100 Subject: [PATCH] Switch to git version of Lektor --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 527c88a8..e502b3c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: 2.7 -install: "pip install Lektor" +install: "pip install git+https://github.com/lektor/lektor#egg=Lektor" script: "lektor build && lektor deploy production" cache: directories: