aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-05-26 09:35:21 +1200
committerAldo Cortesi <aldo@nullcube.com>2016-05-26 09:35:21 +1200
commitf7e77d543bcca84f75e09440841aacb582881da2 (patch)
tree418093e4df338ba5fee96cd8c75bda00b1f830b9 /web
parentbcfce32bfaa06fbedaa754828fd7a1590ac3ca61 (diff)
downloadmitmproxy-f7e77d543bcca84f75e09440841aacb582881da2.tar.gz
mitmproxy-f7e77d543bcca84f75e09440841aacb582881da2.tar.bz2
mitmproxy-f7e77d543bcca84f75e09440841aacb582881da2.zip
Refactor dev.sh
- Parameterise the Python version. All of these now work: ./dev.sh # Use default Python version ./dev.sh 2.7 # Explicitly use 2.7 in venv2.7 ./dev.sh 3.5 # Explicitly use 3.5 in venv3.5 This should also work for Travis, which has a weird setup where Pytho3 can be 3.4.
Diffstat (limited to 'web')
-rw-r--r--web/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/README b/web/README
index 63c3e6e0..c8e60379 100644
--- a/web/README
+++ b/web/README
@@ -3,4 +3,4 @@ Starting up
- npm install
- gulp
-- run mitmweb and open http://localhost:8081/ \ No newline at end of file
+- run mitmweb and open http://localhost:8081/