mitmproxy/.appveyor.yml

47 lines
1.2 KiB
YAML
Raw Normal View History

2015-06-26 16:33:31 +00:00
version: '{build}'
2016-01-27 09:57:07 +00:00
build: off # Not a C# project
2016-06-25 09:27:58 +00:00
2015-06-26 16:33:31 +00:00
environment:
matrix:
- PYTHON: "C:\\Python27"
2016-06-29 04:18:01 +00:00
TOXENV: "py27"
2016-06-25 09:27:58 +00:00
- PYTHON: "C:\\Python35"
2016-06-29 04:18:01 +00:00
TOXENV: "py35"
2016-06-25 09:27:58 +00:00
2016-02-12 20:42:02 +00:00
SNAPSHOT_HOST:
secure: NeTo57s2rJhCd/mjKHetXVxCFd3uhr8txnjnAXD1tUI=
SNAPSHOT_PORT:
secure: TiJPtg60/edYTH8RnoBErg==
SNAPSHOT_USER:
secure: 6yBwmO5gv4vAwoFYII8qjQ==
SNAPSHOT_PASS:
secure: LPjrtFrWxYhOVGXzfPRV1GjtZE/wHoKq9m/PI6hSalfysUK5p2DxTG9uHlb4Q9qV
2016-06-25 09:27:58 +00:00
2015-06-26 16:33:31 +00:00
install:
2016-06-25 09:27:58 +00:00
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python -m pip install --disable-pip-version-check -U pip"
- "pip install -U tox"
2015-06-26 16:33:31 +00:00
test_script:
2016-06-29 05:00:50 +00:00
- ps: "tox | Select-String -NotMatch Cryptography_locking_cb"
2016-06-25 09:27:58 +00:00
2016-02-12 20:42:02 +00:00
deploy_script:
ps: |
2016-06-29 04:18:01 +00:00
if(
($Env:TOXENV -match "py27") -and
(($Env:APPVEYOR_REPO_BRANCH -match "simplify-tox") -or ($Env:APPVEYOR_REPO_TAG -match "true"))
) {
2016-06-28 08:17:50 +00:00
pip install -U virtualenv
2016-06-29 04:18:01 +00:00
.\dev.ps1
cmd /c "python .\release\rtool.py bdist 2>&1"
2016-06-25 09:27:58 +00:00
python .\release\rtool.py upload-snapshot --bdist
2016-02-12 20:42:02 +00:00
}
2016-06-25 09:27:58 +00:00
cache:
- C:\Users\appveyor\AppData\Local\pip\cache
- C:\projects\mitmproxy\.tox
2016-02-02 20:48:48 +00:00
notifications:
2016-06-25 09:27:58 +00:00
- provider: Slack
incoming_webhook: https://hooks.slack.com/services/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