summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-05-02 18:53:46 +0100
committerSimon McVittie <smcv@collabora.com>2018-05-02 18:57:07 +0100
commit48572c4dd8cea6c7a2661c4dacd73eb8d0d916c5 (patch)
tree835a9af4be76fc677ddb9458fd03c0772482d97c
parent72957e9f4af2ffd6308afaf7f5b30cebe5b278fe (diff)
Travis-CI: Install sphinx
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 12840a4..6b55b8d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,22 +43,23 @@ install:
${dbus_ci_system_python}
${dbus_ci_system_python%-dbg}-docutils
${dbus_ci_system_python%-dbg}-gi
+ ${dbus_ci_system_python%-dbg}-sphinx
- >
test "${dbus_ci_system_python%-dbg}" = "${dbus_ci_system_python}" ||
sudo apt-get -qq -y install
${dbus_ci_system_python%-dbg}-gi-dbg
- >
- if test "$dbus_ci_system_python" = python; then
- sudo apt-get -qq -y install python-epydoc python-gobject-2;
+ if test -n "$dbus_ci_system_python" = python; then
+ sudo apt-get -qq -y install python-gobject-2;
fi
- >
wget
http://deb.debian.org/debian/pool/main/a/autoconf-archive/autoconf-archive_20160916-1_all.deb
- 'sudo dpkg -i autoconf-archive_*_all.deb'
- 'rm autoconf-archive_*_all.deb'
- - test -n "$dbus_ci_system_python" || pip install tap.py
+ - test -n "$dbus_ci_system_python" || pip install sphinx_rtd_theme tap.py
- test -z "$dbus_ci_system_python" || deactivate
- - test -z "$dbus_ci_system_python" || pip install --user tap.py
+ - test -z "$dbus_ci_system_python" || pip install --user sphinx_rtd_theme tap.py
python:
- "3.5"
- "3.5-dev"