aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-12-29 21:55:05 +0100
committerMaximilian Hils <git@maximilianhils.com>2017-12-30 18:48:49 +0100
commitd15bdf8d033b5ff2b5a465e74482e70a2a477069 (patch)
tree93b681b0171436eed1cca51e2d93db739bb73e6b /.appveyor.yml
parent9dc3d16bf2554ca1fb6d191c232d096fe0774110 (diff)
downloadmitmproxy-d15bdf8d033b5ff2b5a465e74482e70a2a477069.tar.gz
mitmproxy-d15bdf8d033b5ff2b5a465e74482e70a2a477069.tar.bz2
mitmproxy-d15bdf8d033b5ff2b5a465e74482e70a2a477069.zip
fix appveyor build script
we now have a module named "types", which of course confuses Python 3.5. O:-)
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 7ef9d8b8..a05f33d6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -34,7 +34,7 @@ install:
test_script:
- ps: "tox -- --verbose --cov-report=term"
- ps: |
- $Env:VERSION = $(python mitmproxy/version.py)
+ $Env:VERSION = $(python -m mitmproxy.version)
$Env:SKIP_MITMPROXY = "python -c `"print('skip mitmproxy')`""
tox -e rtool -- wheel
tox -e rtool -- bdist