From 45764ed9090966f0a1c3edb83e0271a0b7a48ec8 Mon Sep 17 00:00:00 2001 From: Paul Tunison Date: Wed, 13 Feb 2019 20:54:59 -0500 Subject: [PATCH] Add doc building to travis-ci --- .travis.yml | 8 ++++++-- docs/release_notes/pending_release.rst | 6 ++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c127c12d..743cf59e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ addons: # "Install" of SMQTK + immediate deps install: # install python dependencies to environment - - pip install -r requirements.txt + - pip install -r requirements.txt -r requirements.docs.txt # Build components of SMQTK - mkdir _build @@ -29,6 +29,10 @@ install: # Environment var export - source _build/setup_env.build.sh -# Run tests here script: + # Attempt building documentation + - pushd docs + - make html + - popd + # Run unit tests - bash ./run_tests.sh diff --git a/docs/release_notes/pending_release.rst b/docs/release_notes/pending_release.rst index 42fca38e8..967f5831b 100644 --- a/docs/release_notes/pending_release.rst +++ b/docs/release_notes/pending_release.rst @@ -5,6 +5,12 @@ SMQTK Pending Release Notes Updates / New Features ---------------------- +CI + + - Add python 3.7 to python versions tested. + + - Add documentation building to Travis-CI. + Documentation - Updated IQR Demo Application documentation RST file and images to