commit 359af563a1133046c6b96934cc8589021b25bbb6
parent 0019ce002449d671a20a69406da37b10977f9493
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Fri, 11 Aug 2017 14:21:21 +0200
travis: Try to fix docutils setup on Linux
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -20,4 +20,4 @@ script:
before_install:
# gem install must be run with sudo on OSX
- sudo gem install asciidoctor | gem install asciidoctor
- - sudo pip install docutils
+ - sudo apt-get install python-docutils | sudo pip install docutils