From 71a45c4b00ebb944119abef432ba105ef6541c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 2 Sep 2018 21:50:11 +0200 Subject: [PATCH] travis: install python-docutils in separate step On python 3.4, python-daemon installation fails without it already installed (missing dependency declaration?) and requirements.txt doesn't allow to specify installation order. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4925199..c726a7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - '3.4' - '3.5' install: + - pip install --quiet docutils - pip install --quiet -r ci/requirements.txt - git clone https://github.com/"${TRAVIS_REPO_SLUG%%/*}"/qubes-builder ~/qubes-builder script: