mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
travis: Pull docutils out into requirements.txt
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
language: go
|
||||
sudo: required
|
||||
dist: precise
|
||||
go:
|
||||
- 1.7.6
|
||||
- 1.8.3
|
||||
@@ -20,5 +21,3 @@ script:
|
||||
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
|
||||
|
@@ -1 +1,2 @@
|
||||
Pygments==2.1.3
|
||||
docutils==0.12
|
||||
|
Reference in New Issue
Block a user