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

Commit

Permalink
fix local jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 25, 2016
1 parent d00b271 commit 441d10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .local.jenkins.win.yml
Expand Up @@ -19,9 +19,9 @@ script:
- { CMD: "python setup.py unittests", NAME: "UT" }
after_script:
- python setup.py bdist_wheel
- if [ ${VERSION} == "2.7" ] copy dist\*.whl ..\..\..\local_pypi\local_pypi_server
- if [ ${VERSION} == "2.7" ] then copy dist\*.whl ..\..\..\local_pypi\local_pypi_server fi
- if [ ${VERSION} == "2.7" ] then cd .. fi
- if [ ${VERSION} != "2.7" ] copy dist\*.whl ..\..\local_pypi\local_pypi_server
- if [ ${VERSION} != "2.7" ] then copy dist\*.whl ..\..\local_pypi\local_pypi_server fi
documentation:
- if [ ${PYTHON} == "{{Python35}}" ] then
python setup.py build_sphinx
Expand Down

0 comments on commit 441d10c

Please sign in to comment.