From 8ff786b7f512e10c301e215fa142d7a2b7833b1b Mon Sep 17 00:00:00 2001 From: Swapnil Sharma Date: Thu, 5 Sep 2019 14:02:56 +0400 Subject: [PATCH 1/3] update stingrayDocs submodules to latest --- stingray | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stingray b/stingray index 2abdfd7..f9c2b3d 160000 --- a/stingray +++ b/stingray @@ -1 +1 @@ -Subproject commit 2abdfd7a9b9a5f3f4c412476c84a4f3c27634ec1 +Subproject commit f9c2b3dfef34fb4f2e48d866fd5218bffc995c7c From d5a4f7f9d3cd7e19075283b9b9b9fcde1a30a126 Mon Sep 17 00:00:00 2001 From: Swapnil Sharma Date: Mon, 20 Jan 2020 17:03:09 +0530 Subject: [PATCH 2/3] set SETUP_XVFB to True in env global --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3b64c54..dae3767 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ env: # so Cython is required for testing. If your package does not include # Cython code, you can set CONDA_DEPENDENCIES='' - CONDA_DEPENDENCIES='numpy scipy six emcee corner ipython sphinx>=1.4 matplotlib pandoc nbconvert' + - SETUP_XVFB=True matrix: # Try all python versions with the latest numpy - SETUP_CMD='build_docs -w' From 7ca1ff401f46bd3ca28c56c35ff5db8a52693a8d Mon Sep 17 00:00:00 2001 From: Swapnil Sharma Date: Mon, 20 Jan 2020 17:31:16 +0530 Subject: [PATCH 3/3] remove sh -e /etc/init.d/xvfb start --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dae3767..c5871d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,11 +34,13 @@ env: # so Cython is required for testing. If your package does not include # Cython code, you can set CONDA_DEPENDENCIES='' - CONDA_DEPENDENCIES='numpy scipy six emcee corner ipython sphinx>=1.4 matplotlib pandoc nbconvert' - - SETUP_XVFB=True matrix: # Try all python versions with the latest numpy - SETUP_CMD='build_docs -w' +services: + - xvfb + before_install: # If there are matplotlib tests, comment these out to @@ -73,7 +75,7 @@ install: before_script: - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" +# - "sh -e /etc/init.d/xvfb start" - sleep 3 script: