From 634737ca22eb37e8cfd4fe27ed135547432590cf Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 15 Sep 2015 07:58:25 -0500 Subject: [PATCH] Add the make target --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b0bfc513..655d4ec8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,7 +52,7 @@ build: false test_script: # Build the docs - pip install sphinx - - cd doc && make + - cd doc && make html # Change to a non-source folder to make sure we run the tests on the # installed library.