Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
71a45c4b00
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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: