Skip to content
This repository has been archived by the owner on Jul 22, 2023. 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 Apr 14, 2021
1 parent 73f50f8 commit cc234da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .local.jenkins.lin.yml
Expand Up @@ -19,9 +19,6 @@ before_script:

script:
- { CMD: "$PYINT -u setup.py unittests --covtoken=c4a48da1-7385-44b7-a8ab-fe7ca8c378e0", NAME: "UT" }
- { CMD: "$PYINT -u setup.py unittests_LONG", NAME: "UT_LONG", TIMEOUT: 900}
- { CMD: "$PYINT -u setup.py unittests -e .*SKIP.* -g .*pig.*", NAME: "UT_SKIP", TIMEOUT: 1500}
- { CMD: "$PYINT -u setup.py unittests -e .*pig.*", NAME: "UT_SKIP_PIG", TIMEOUT: 1500}

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

0 comments on commit cc234da

Please sign in to comment.