aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-12-03 18:42:02 +0100
committerMaximilian Hils <git@maximilianhils.com>2015-12-03 18:42:02 +0100
commit47b2beb48b2d62eb472a542a4bdd1c8070079571 (patch)
tree3e81c2f8197c442f9be749624ce48da4b6f73e42 /.appveyor.yml
parent5272979774771ea1eee97b4e971d6ad397409843 (diff)
downloadmitmproxy-47b2beb48b2d62eb472a542a4bdd1c8070079571.tar.gz
mitmproxy-47b2beb48b2d62eb472a542a4bdd1c8070079571.tar.bz2
mitmproxy-47b2beb48b2d62eb472a542a4bdd1c8070079571.zip
use latest netlib version for snapshots
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 5e0f3813..9a0c0872 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,7 +15,7 @@ after_test:
- |
git clone https://github.com/mitmproxy/release.git ..\release
pip install -e ..\release
- python ..\release\rtool.py -p mitmproxy bdist
+ python ..\release\rtool.py -p netlib -p mitmproxy bdist
- ps: Get-ChildItem ..\release\dist\*.zip | ForEach { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
deploy:
- provider: FTP