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.
This commit is contained in:
Marek Marczykowski-Górecki 2018-09-02 21:50:11 +02:00
parent 584bd052ed
commit 71a45c4b00
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -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: