aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2018-03-07 11:50:47 +1300
committerAldo Cortesi <aldo@corte.si>2018-03-07 11:50:47 +1300
commit538a67dc3afe6272b045d37766b1d9f0a5d5044e (patch)
treeb615eedba2c92f0c32eb86ba31fec4927d9483c0 /release
parentfc23deb9f3c2fff469fa3911d665292de860938a (diff)
downloadmitmproxy-538a67dc3afe6272b045d37766b1d9f0a5d5044e.tar.gz
mitmproxy-538a67dc3afe6272b045d37766b1d9f0a5d5044e.tar.bz2
mitmproxy-538a67dc3afe6272b045d37766b1d9f0a5d5044e.zip
release: cleanup and re-enable all our Travis tests
Wheels are yet to come.
Diffstat (limited to 'release')
-rwxr-xr-xrelease/rtool.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/rtool.py b/release/rtool.py
index 0eda7e6c..a3f49914 100755
--- a/release/rtool.py
+++ b/release/rtool.py
@@ -1,11 +1,9 @@
#!/usr/bin/env python3
import contextlib
-import fnmatch
import os
import sys
import platform
-import re
import runpy
import shlex
import subprocess
@@ -14,7 +12,6 @@ import zipfile
from os.path import join, abspath, dirname
import click
-import pysftp
# https://virtualenv.pypa.io/en/latest/userguide.html#windows-notes
# scripts and executables on Windows go in ENV\Scripts\ instead of ENV/bin/