shithub: hugo

Download patch

ref: 07f6e1499c8e58f9bff0b0e802f44433abdc249b
parent: e8468a985261a8cf874c118117ebdfaa8a077af6
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Aug 11 13:28:17 EDT 2017

travis: Pull docutils out into requirements.txt

--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
 language: go
 sudo: required
+dist: precise
 go:
   - 1.7.6
   - 1.8.3
@@ -20,5 +21,3 @@
 before_install:
   # gem install must be run with sudo on OSX
   - sudo gem install asciidoctor | gem install asciidoctor
-  # Different behaviour between Linux and OSX
-  - sudo apt-get install python-docutils | sudo pip install docutils
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,1 +1,2 @@
 Pygments==2.1.3
+docutils==0.12