mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
f7e77d543b
- 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.
19 lines
140 B
Plaintext
19 lines
140 B
Plaintext
.DS_Store
|
|
MANIFEST
|
|
*/tmp
|
|
/venv*
|
|
*.py[cdo]
|
|
*.swp
|
|
*.swo
|
|
*.egg-info/
|
|
.coverage
|
|
.idea
|
|
.cache/
|
|
build/
|
|
|
|
# UI
|
|
|
|
node_modules
|
|
bower_components
|
|
*.map
|