From 40b8fa1c78b1f86800a591a11a8da6fdd16cc5c1 Mon Sep 17 00:00:00 2001 From: Red_M Date: Sun, 29 Dec 2019 15:19:57 +1000 Subject: [PATCH] CI update. --- .travis.yml | 3 +-- tests/scripts/docs.sh | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 tests/scripts/docs.sh diff --git a/.travis.yml b/.travis.yml index 2c41959..32f676b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,5 +28,4 @@ install: script: - ./tests/scripts/test.sh TRAVIS - - cd ./docs - - make html \ No newline at end of file + - ./tests/scripts/docs.sh TRAVIS diff --git a/tests/scripts/docs.sh b/tests/scripts/docs.sh new file mode 100644 index 0000000..6ef0727 --- /dev/null +++ b/tests/scripts/docs.sh @@ -0,0 +1,7 @@ +#!/bin/bash +PATH=$PATH:~/.local/bin +CI_SYSTEM=${1} +PYTHON_VERSION=${2} + +cd ./docs +make html