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

Commit

Permalink
simplify the build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 8, 2015
1 parent fb731b7 commit 3bfb90d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pyquickhelper/pycode/build_helper.py
Expand Up @@ -68,7 +68,6 @@ def private_script_replacements(script, module, requirements, port, raise_except
for r in requirements:
r = "%pythonpip% install --no-cache-dir --index-url http://localhost:{0}/simple/ {1}".format(
port, r)
rows.append("echo " + r)
rows.append(r)
reqs = "\n".join(rows)
else:
Expand Down
1 change: 0 additions & 1 deletion src/pyquickhelper/pycode/windows_scripts.py
Expand Up @@ -258,7 +258,6 @@
"\n\n__REQUIREMENTS__\n\n" +
"\nauto_cmd_run27.bat %jenkinspythonexe%\n" + windows_error,
"set jenkinspythonexe=__PYTHON27__\n\n" +
"\n\n__REQUIREMENTS__\n\n" +
"\nauto_cmd_build27.bat %jenkinspythonexe%\n" + windows_error,
"copy dist_module27\\dist\\*.whl ..\\local_pypi_server"]

Expand Down

0 comments on commit 3bfb90d

Please sign in to comment.