summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"