summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2022-04-17 12:28:41 +0600
committerGitHub <noreply@github.com>2022-04-17 12:28:41 +0600
commit23b21ce19522691076c0a0c3fc10da24179c8428 (patch)
tree49e45068337495c92ffafc13a5df8cacde7fbf81
parent98f6d364188215c2973693a79e461c7e9b54daef (diff)
downloadpy-amqp-23b21ce19522691076c0a0c3fc10da24179c8428.tar.gz
not needed anymore
-rw-r--r--appveyor.yml30
1 files changed, 0 insertions, 30 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index bb9de48..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-environment:
- matrix:
- - TOXENV: "3.6-unit"
- TOX_APPVEYOR_X64: 0
-
- - TOXENV: "3.7-unit"
- TOX_APPVEYOR_X64: 0
-
- - TOXENV: "3.8-unit"
- TOX_APPVEYOR_X64: 0
-
- - TOXENV: "3.6-unit"
- TOX_APPVEYOR_X64: 1
-
- - TOXENV: "3.7-unit"
- TOX_APPVEYOR_X64: 1
-
- - TOXENV: "3.8-unit"
- TOX_APPVEYOR_X64: 1
-
-build: off
-
-install:
- - "py -3.7 -m pip install -U pip setuptools wheel tox tox-appveyor"
-
-test_script:
- - "py -3.7 -m tox"
-
-cache:
-- '%LOCALAPPDATA%\pip\Cache'