summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2022-04-17 12:30:35 +0600
committerAsif Saif Uddin <auvipy@gmail.com>2022-04-17 12:30:35 +0600
commit3fe0907b7f061ec19e8d76c4a651ac79e2727f64 (patch)
tree49e45068337495c92ffafc13a5df8cacde7fbf81
parent9a89dcc92417a0540949bde623534a7b0e2038da (diff)
parent23b21ce19522691076c0a0c3fc10da24179c8428 (diff)
downloadpy-amqp-3fe0907b7f061ec19e8d76c4a651ac79e2727f64.tar.gz
merge conflict delete
-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 404c06f..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-environment:
- matrix:
- - TOXENV: "3.9-unit"
- TOX_APPVEYOR_X64: 0
-
- - TOXENV: "3.7-unit"
- TOX_APPVEYOR_X64: 0
-
- - TOXENV: "3.8-unit"
- TOX_APPVEYOR_X64: 0
-
- - TOXENV: "3.9-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.8 -m pip install -U pip setuptools wheel tox tox-appveyor"
-
-test_script:
- - "py -3.8 -m tox"
-
-cache:
-- '%LOCALAPPDATA%\pip\Cache'