-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.travis.yml
41 lines (40 loc) · 1.1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
language: python
sudo: required
dist: trusty
before_install:
- 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 html2text
python:
- "2.7"
- "3.4"
script: nosetests --cover-erase --with-coverage --cover-package tldp -- tests/long_driver.py tests/long_inventory.py tests/
# -- comments on install set on an Ubuntu system:
# Here is the full set of packages that need to be installed in order for
# this software to work/build. The leftmost string should say 'ii' for
# each of the packages listed in this command-line:
#
# dpkg-query --list \
# asciidoc \
# docbook \
# docbook-dsssl \
# docbook-xsl \
# docbook-utils \
# docbook-xsl-ns \
# docbook5-xml \
# fop \
# htmldoc \
# htmldoc-common \
# html2text \
# jing \
# ldp-docbook-xsl \
# ldp-docbook-dsssl \
# libxml2-utils \
# linuxdoc-tools \
# linuxdoc-tools-text \
# linuxdoc-tools-latex \
# opensp \
# openjade \
# sgml2x \
# xsltproc \
#
#