mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
travis: Pull docutils out into requirements.txt
This commit is contained in:
parent
e8468a9852
commit
07f6e1499c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue