diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-06-26 23:24:03 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-06-26 23:24:03 +0200 |
commit | 79cb4ea9944af794518b1802fa81b43777789b1c (patch) | |
tree | c96c5223baccf6835391eadf43082b5e6a6e4139 | |
parent | 3d6dc0879b349a7f025e6ab257708b6bedf44570 (diff) | |
parent | 492d3de2eaceb836105c8ef747797b5979f5bbb0 (diff) | |
download | mitmproxy-79cb4ea9944af794518b1802fa81b43777789b1c.tar.gz mitmproxy-79cb4ea9944af794518b1802fa81b43777789b1c.tar.bz2 mitmproxy-79cb4ea9944af794518b1802fa81b43777789b1c.zip |
Merge branch 'appveyor'
-rw-r--r-- | .appveyor.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..4e690c06 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,11 @@ +version: '{build}' +shallow_clone: true +environment: + matrix: + - PYTHON: "C:\\Python27" +install: + - "%PYTHON%\\Scripts\\pip install --src . -r requirements.txt" + - "%PYTHON%\\python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\"" +build: off # Not a C# project +test_script: + - "%PYTHON%\\Scripts\\nosetests"
\ No newline at end of file |