Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
updaye jenkins scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 31, 2015
1 parent b8b459d commit e79adf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyquickhelper/pycode/windows_scripts.py
Expand Up @@ -525,12 +525,12 @@ def _sversion():
"set jenkinspythonexe=__DEFAULTPYTHON__\n@echo ~SET jenkinspythonexe=__DEFAULTPYTHON__\n" +
"\n__PACTHPQb__\n" + \
jenkins_windows_setup + " build_script\n" +
"\n__PACTHPQe__\n" + \
windows_error +
"\n@echo ~CALL %jenkinspythonexe% setup.py setup_hook\n%jenkinspythonexe% setup.py setup_hook\n" +
windows_error +
"\nauto_setup_copy27.bat %jenkinspythonexe%\n" +
windows_error,
"\n__PACTHPQe__\n" + \
"set jenkinspythonexe=__PYTHON27__\n@echo ~SET jenkinspythonexe=__PYTHON27__\n" +
windows_jenkins_unittest27 +
"\n\n__REQUIREMENTS__\n\n" +
Expand Down

0 comments on commit e79adf2

Please sign in to comment.