add html2text to required install set

This commit is contained in:
Martin A. Brown 2016-03-24 09:32:00 -07:00
parent b4c0afc873
commit 9b95c0a071
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ sudo: required
dist: trusty dist: trusty
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get --assume-yes install htmldoc fop jing xsltproc asciidoc docbook docbook5-xml docbook-xsl-ns linuxdoc-tools-latex linuxdoc-tools-text sgml2x ldp-docbook-xsl ldp-docbook-dsssl - sudo apt-get --assume-yes install htmldoc fop jing xsltproc asciidoc docbook docbook5-xml docbook-xsl-ns linuxdoc-tools-latex linuxdoc-tools-text sgml2x ldp-docbook-xsl ldp-docbook-dsssl html2text
python: python:
- "2.7" - "2.7"
- "3.4" - "3.4"