Skip to content

Commit 0f293cb

Browse files
committed
Install current project in configure.bat
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 847564e commit 0f293cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

configure.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ set CFG_ROOT_DIR=%~dp0
2121
set CONFIGURED_PYTHON=%CFG_ROOT_DIR%tmp\Scripts\python.exe
2222
set PYTHON_EXECUTABLE=
2323

24+
2425
@rem parse command line options and arguments
2526
:collectopts
2627
if "%1" EQU "--help" (goto cli_help)
@@ -89,7 +90,7 @@ call curl -o "%CFG_ROOT_DIR%tmp\virtualenv.pyz" https://bootstrap.pypa.io/virtua
8990
call %PYTHON_EXECUTABLE% "%CFG_ROOT_DIR%tmp\virtualenv.pyz" "%CFG_ROOT_DIR%tmp"
9091
call "%CFG_ROOT_DIR%tmp\Scripts\activate"
9192
call "%CFG_ROOT_DIR%tmp\Scripts\pip" install --upgrade pip virtualenv setuptools wheel
92-
93+
call "%CFG_ROOT_DIR%tmp\Scripts\pip" install -e .[testing]
9394

9495
@rem Return a proper return code on failure
9596
if %ERRORLEVEL% neq 0 (

0 commit comments

Comments
 (0)