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:
parent
584bd052ed
commit
71a45c4b00
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user