summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2015-07-11 16:38:17 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2015-07-11 16:38:17 +0200
commit1a26c431e1a91695bf475f9383f6c84791b544bf (patch)
tree3b6435521603be10e01f66a03445dc5ab8256eed /make.bat
parentbdb8cad1b6f231b4f448fc69cefca3be0ec6c331 (diff)
downloadpsutil-1a26c431e1a91695bf475f9383f6c84791b544bf.tar.gz
activate other python versions
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.bat b/make.bat
index c6e0dd05..9c430101 100644
--- a/make.bat
+++ b/make.bat
@@ -50,7 +50,7 @@ if "%1" == "help" (
echo clean clean build files
echo flake8 run flake8
echo install compile and install
- echo setup-env install pip, unittest2, wheels for all python versions
+ echo setup-dev-env install pip, pywin32, wheels, etc. for all python versions
echo test run tests
echo test-memleaks run memory leak tests
echo test-process run process related tests
@@ -161,7 +161,7 @@ if "%1" == "upload-all" (
goto :eof
)
-if "%1" == "setup-env" (
+if "%1" == "setup-dev-env" (
:setup-env
@echo ------------------------------------------------
@echo downloading pip installer