summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-18 01:48:17 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-18 01:58:58 +0200
commitdbfca9c48154047f54f8ce498981ae06b976d7cc (patch)
tree6dcf8bf4b5d266e36d64181d3c8c48f423882b40 /.travis.yml
parent89312d7c5c0723427c3b95e863538a7c2a1885a5 (diff)
downloadbcfg2-dbfca9c48154047f54f8ce498981ae06b976d7cc.tar.gz
bcfg2-dbfca9c48154047f54f8ce498981ae06b976d7cc.tar.bz2
bcfg2-dbfca9c48154047f54f8ce498981ae06b976d7cc.zip
doc: Add unit test to check for errors/warnings in doc
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 10 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index d2be4783b..b868e83b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,14 @@
language: python
-python:
- - "2.6"
- - "2.7_with_system_site_packages"
-env:
- - WITH_OPTIONAL_DEPS=yes
- - WITH_OPTIONAL_DEPS=no
+matrix:
+ include:
+ - python: "2.6"
+ env: WITH_OPTIONAL_DEPS=no TEST_SPHINX=no
+ - python: "2.6"
+ env: WITH_OPTIONAL_DEPS=yes TEST_SPHINX=no
+ - python: "2.7_with_system_site_packages"
+ env: WITH_OPTIONAL_DEPS=no TEST_SPHINX=no
+ - python: "2.7_with_system_site_packages"
+ env: WITH_OPTIONAL_DEPS=yes TEST_SPHINX=yes
install:
- testsuite/install.sh
- pip install -e .