aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
deleted file mode 100644
index e9c62ba1..00000000
--- a/.appveyor.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-version: '{build}'
-build: off # Not a C# project
-
-branches:
- except:
- - requires-io-master
-
-environment:
- CI_DEPS: codecov>=2.0.5
- CI_COMMANDS: codecov
- matrix:
- - PYTHON: "C:\\Python36"
- TOXENV: "py36"
- PYINSTALLER: "1"
- WININSTALLER: "1"
- - PYTHON: "C:\\Python37"
- TOXENV: "py37"
-
-install:
- - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- - "python -m pip install --disable-pip-version-check -U pip"
- - "pip install -U tox"
-
-test_script:
- - ps: |
- if ($env:APPVEYOR_REPO_COMMIT_MESSAGE.Contains("[notest]")) {
- echo "!!!! Skipping tests."
- } else {
- tox -- --verbose --cov-report=term
- }
- - ps: tox -e cibuild -- build
-
-deploy_script:
- ps: tox -e cibuild -- upload
-
-cache:
- - C:\projects\mitmproxy\release\installbuilder\setup -> .appveyor.yml
- - C:\Users\appveyor\AppData\Local\pip\cache