Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 23, 2017
1 parent d2fc895 commit 4171e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.win.yml
Expand Up @@ -12,7 +12,7 @@ install:
- pip freeze
- pip freeze > pip_freeze.txt
script:
- { CMD: "python -u setup.py unittests", NAME: "UT" }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests", NAME: "UT" }
after_script:
- python setup.py bdist_wheel
- if [ ${DIST} != "conda" and ${VERSION} == "3.5" and ${NAME} == "UT" ] then copy dist\*.whl ..\..\local_pypi\local_pypi_server fi
Expand Down

0 comments on commit 4171e53

Please sign in to comment.