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

Commit

Permalink
Update .local.jenkins.lin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 11, 2019
1 parent 250d0f7 commit 6360129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .local.jenkins.lin.yml
Expand Up @@ -14,7 +14,8 @@ install:
- $PYINT -m pip freeze

script:
- { CMD: "$PYINT -u ./setup.py unittests", NAME: "UT" }
- { CMD: "$PYINT -u ./setup.py unittests -g \".*(code_style).*\"", NAME: "UT" }
- { CMD: "$PYINT -u ./setup.py unittests -e \".*(code_style).*\"", NAME: "UT_STYLE" }

after_script:
- $PYINT -u ./setup.py bdist_wheel
Expand Down

0 comments on commit 6360129

Please sign in to comment.