瀏覽代碼

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.
Marek Marczykowski-Górecki 5 年之前
父節點
當前提交
71a45c4b00
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.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: