Skip to content
This repository has been archived by the owner on Jan 13, 2024. 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 881a1ee commit f540ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .local.jenkins.win.yml
Expand Up @@ -12,8 +12,8 @@ install:
- pip freeze
- pip freeze > pip_freeze.txt
script:
- { CMD: "python -u setup.py unittests", NAME: "UT" }
- { CMD: "python -u setup.py unittests_LONG", NAME: "UT_LONG", TIMEOUT: 3600 }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests", NAME: "UT" }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests_LONG", NAME: "UT_LONG", TIMEOUT: 3600 }
after_script:
- python -u 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 f540ddd

Please sign in to comment.