summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-15 17:13:28 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-16 07:30:59 +0200
commit7df1f08d3774d15068ea4a944cf9e9811ce24a40 (patch)
tree3df350528c30fe73b4aaca6043d56aff0fc7321b
parent7769409c87de8e6ef6f8237c8324b6c35f0ef0eb (diff)
downloadpylint-git-7df1f08d3774d15068ea4a944cf9e9811ce24a40.tar.gz
Remove appveyor.yml replaced by Github actions
-rw-r--r--ChangeLog2
-rw-r--r--MANIFEST.in1
-rw-r--r--appveyor.yml5
3 files changed, 2 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index cca19916d..63ecfb56d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@ Release date: TBA
..
Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'
+* Appveyor is no longer used in the continuous integration
+
* Added ``deprecated-decorator``: Emitted when deprecated decorator is used.
Closes #4429
diff --git a/MANIFEST.in b/MANIFEST.in
index 45a84657f..0ea68b181 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,7 +6,6 @@ prune examples
prune tests
prune script
exclude .*
-exclude appveyor.yml
exclude ChangeLog
exclude Dockerfile
exclude README.rst
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index ad1d9a1f7..000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-version: "{branch}-{build}"
-build: off
-
-test_script:
- - echo "Skip"