aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-01-27 10:57:07 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-04 09:52:25 +0100
commitef7b4f56aff3251fd5ae69f5406c17816f5fd558 (patch)
tree143f460fae837788c81f5eb6c89a1a0055411c91 /.appveyor.yml
parent8d14dd33d083eafb4f12cd88269f1b11b1a65ee8 (diff)
downloadmitmproxy-ef7b4f56aff3251fd5ae69f5406c17816f5fd558.tar.gz
mitmproxy-ef7b4f56aff3251fd5ae69f5406c17816f5fd558.tar.bz2
mitmproxy-ef7b4f56aff3251fd5ae69f5406c17816f5fd558.zip
update CI integration
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 914e75eb..55aed6aa 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,16 +1,19 @@
version: '{build}'
shallow_clone: true
+build: off # Not a C# project
environment:
matrix:
- PYTHON: "C:\\Python27"
- PATH: "C:\\Python27;C:\\Python27\\Scripts;%PATH%"
+ PATH: "%APPDATA%\\Python\\Scripts;C:\\Python27;C:\\Python27\\Scripts;%PATH%"
PYINSTALLER_VERSION: "git+https://github.com/pyinstaller/pyinstaller.git"
install:
- - "pip install --src .. -r requirements.txt"
+ - "pip install --user -U pip setuptools"
+ - "pip install --user --src .. -r requirements.txt"
- "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
-build: off # Not a C# project
test_script:
- - "py.test -n 4"
+ - "py.test -s --cov libmproxy"
+cache:
+ - C:\Users\appveyor\AppData\Local\pip\cache
after_test:
- |
git clone https://github.com/mitmproxy/release.git ..\release