Browse Source

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 years ago
parent
commit
71a45c4b00
1 changed files with 1 additions and 0 deletions
  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: