Skip to content

Commit 39f51fe

Browse files
committed
Drop remaining references to AppVeyor
1 parent ac336a8 commit 39f51fe

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

README.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pythonnet - Python.NET
33

44
|Join the chat at https://gitter.im/pythonnet/pythonnet| |stackexchange shield|
55

6-
|gh shield| |appveyor shield|
6+
|gh shield|
77

88
|license shield|
99

@@ -123,12 +123,6 @@ This project is supported by the `.NET Foundation <https://dotnetfoundation.org>
123123

124124
.. |Join the chat at https://gitter.im/pythonnet/pythonnet| image:: https://badges.gitter.im/pythonnet/pythonnet.svg
125125
:target: https://gitter.im/pythonnet/pythonnet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
126-
.. |appveyor shield| image:: https://img.shields.io/appveyor/ci/pythonnet/pythonnet/master.svg?label=AppVeyor
127-
:target: https://ci.appveyor.com/project/pythonnet/pythonnet/branch/master
128-
.. |travis shield| image:: https://img.shields.io/travis/pythonnet/pythonnet/master.svg?label=Travis
129-
:target: https://travis-ci.org/pythonnet/pythonnet
130-
.. |codecov shield| image:: https://img.shields.io/codecov/c/github/pythonnet/pythonnet/master.svg?label=Codecov
131-
:target: https://codecov.io/github/pythonnet/pythonnet
132126
.. |license shield| image:: https://img.shields.io/badge/license-MIT-blue.svg?maxAge=3600
133127
:target: ./LICENSE
134128
.. |pypi package version| image:: https://img.shields.io/pypi/v/pythonnet.svg

pythonnet.sln

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{441A0123-F
2525
EndProject
2626
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{D301657F-5EAF-4534-B280-B858D651B2E5}"
2727
ProjectSection(SolutionItems) = preProject
28-
appveyor.yml = appveyor.yml
29-
ci\appveyor_build_recipe.ps1 = ci\appveyor_build_recipe.ps1
30-
ci\appveyor_run_tests.ps1 = ci\appveyor_run_tests.ps1
3128
.github\workflows\main.yml = .github\workflows\main.yml
3229
.github\workflows\nuget-preview.yml = .github\workflows\nuget-preview.yml
3330
EndProjectSection
@@ -37,13 +34,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3734
setup.py = setup.py
3835
EndProjectSection
3936
EndProject
40-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "conda.recipe", "conda.recipe", "{7FD2404D-0CE8-4645-8DFB-766470E2150E}"
41-
ProjectSection(SolutionItems) = preProject
42-
conda.recipe\bld.bat = conda.recipe\bld.bat
43-
conda.recipe\meta.yaml = conda.recipe\meta.yaml
44-
conda.recipe\README.md = conda.recipe\README.md
45-
EndProjectSection
46-
EndProject
4737
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{BC426F42-8494-4AA5-82C9-5109ACD97BD1}"
4838
ProjectSection(SolutionItems) = preProject
4939
tools\geninterop\geninterop.py = tools\geninterop\geninterop.py

0 commit comments

Comments
 (0)