summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-01-05 18:13:44 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-01-05 18:13:44 +0100
commit5f6bf9af6b9036f41a3430527e73a3e1cd733e2b (patch)
treebc16815814fdff00e1f19226c33e0ec02cb15b0d /.appveyor.yml
parent3a26b7b867c36ece01b58ddcb0f5031cfdd223e4 (diff)
Remove sphinx tests as it fails
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a257debc..06de5b14 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -60,7 +60,7 @@ build_script:
cd src/python &
type setup.py &
MSBuild Cython.sln /m /p:Configuration=Release /p:Platform=x64 &
- ctest -j 1 --output-on-failure -C Release
+ ctest -j 1 --output-on-failure -C Release -E sphinx
) else (
MSBuild GUDHIdev.sln /m /p:Configuration=Release /p:Platform=x64 &
ctest -j 1 --output-on-failure -C Release -E diff_files