summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-10-20 14:10:39 +0300
committerSebastian Berg <sebastian@sipsolutions.net>2021-10-20 09:25:08 -0500
commit8eacfd2abce128ff2f6c64a2614cbdc96dccbbdc (patch)
treef46dfaf7c128a937ff0c0fbd1d1388d4bfc3f9a5
parent0428efa2931e571ed2667245530bced7b58ae4f7 (diff)
downloadnumpy-8eacfd2abce128ff2f6c64a2614cbdc96dccbbdc.tar.gz
remove appveyor
[skip github] [skip travis]
-rw-r--r--doc/source/dev/development_workflow.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/dev/development_workflow.rst b/doc/source/dev/development_workflow.rst
index ce6ea3c7f..585aacfc9 100644
--- a/doc/source/dev/development_workflow.rst
+++ b/doc/source/dev/development_workflow.rst
@@ -202,7 +202,6 @@ fragments in your commit message::
``[skip github]``: skip GitHub Actions "build numpy and run tests" jobs
``[skip travis]``: skip TravisCI jobs
``[skip azurepipelines]``: skip Azure jobs
- ``[skip appveyor]``: skip Appveyor jobs
*Note: unfortunately not all CI systems implement this feature well, or at all.
CircleCI supports ``ci skip`` but has no command to skip only CircleCI.