diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-05-26 09:35:21 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-05-26 09:35:21 +1200 |
commit | f7e77d543bcca84f75e09440841aacb582881da2 (patch) | |
tree | 418093e4df338ba5fee96cd8c75bda00b1f830b9 /.gitignore | |
parent | bcfce32bfaa06fbedaa754828fd7a1590ac3ca61 (diff) | |
download | mitmproxy-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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ .DS_Store MANIFEST */tmp -/venv -/venv3 +/venv* *.py[cdo] *.swp *.swo |