aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-25 19:42:22 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-25 20:42:42 +0200
commitb0c90cc64f5090e762ba424a5f7aa57a22470d73 (patch)
tree1e441c3708eb341e69a50a21c9db6fbb83f873f5 /.gitignore
parentebaad914843c3cf045f209c1d51d5fc99b1d5edb (diff)
downloadmitmproxy-b0c90cc64f5090e762ba424a5f7aa57a22470d73.tar.gz
mitmproxy-b0c90cc64f5090e762ba424a5f7aa57a22470d73.tar.bz2
mitmproxy-b0c90cc64f5090e762ba424a5f7aa57a22470d73.zip
add a py3 venv in dev environment
This allows us to run e.g. tests in a different python version: $ venv3/bin/py.test test/netlib/test_tcp.py
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 79555e82..bccb8f99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
MANIFEST
*/tmp
/venv
+/venv3
*.py[cdo]
*.swp
*.swo