Skip to content

Commit

Permalink
update local jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 1, 2018
1 parent 28dcd3a commit 7232dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
- pip freeze > pip_freeze.txt
script:
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests -g \".*noenv.*\"", NAME: "UT" }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests -e \".*noenv.*\"", NAME: "UT_NOENV" }
- { CMD: "python -u setup.py unittests -e \".*noenv.*\"", NAME: "UT_NOENV" }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests_LONG", NAME: "UT_LONG" }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests_SKIP", NAME: "UT_SKIP" }
after_script:
Expand Down

0 comments on commit 7232dad

Please sign in to comment.