aboutsummaryrefslogtreecommitdiffstats
path: root/dev.bat
Commit message (Collapse)AuthorAgeFilesLines
* use dev-scripts on CIThomas Kriechbaumer2016-02-251-1/+0
|
* fix release tool, refs #947Maximilian Hils2016-02-161-0/+1
|
* fix appveyor, re-introduce requirements.txtMaximilian Hils2016-02-151-5/+1
|
* merge metadata filesMaximilian Hils2016-02-151-0/+18
|
* move mitmproxyMaximilian Hils2016-02-151-14/+0
|
* dev script: fix Windows+vagrant+virtualenvMaximilian Hils2015-08-071-1/+1
|
* Merge branch 'master' into hardfailvenvJim Shaver2015-06-231-0/+3
|\ | | | | | | | | Conflicts: dev
| * make dev script more robust, fix #556Maximilian Hils2015-04-131-0/+3
| |
* | revert change, already done on master.Jim Shaver2015-06-231-1/+1
| |
* | Add a check to see if virtualenv is installed.Jim Shaver2015-06-231-2/+2
|/
* ./dev: echo what we have doneMaximilian Hils2015-03-141-1/+6
|
* simplify virtualenvMaximilian Hils2015-03-141-0/+6
- add dev.bat for Windows users - remove ~/.pipcache creation. If that causes issues with PyInstaller, we should use pip --no-cache-dir there or rm -r pip.locations.USER_CACHE_DIR. - remove superfluous pip install calls.