Skip to content
This repository has been archived by the owner on Jun 13, 2022. 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 Dec 30, 2018
1 parent 730b5c7 commit 3f79a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .local.jenkins.lin.yml
Expand Up @@ -13,6 +13,7 @@ install:
- $PYINT -c "from pip._internal import main;main(\"install -r requirements.txt\".split())"
- $PYINT --version
- $PYINT -c "from pip._internal import main;main([\"freeze\"])"
- export DOTNET_CLI_TELEMETRY_OPTOUT=1

script:
- { CMD: "$PYINT -u setup.py unittests", NAME: "UT" }
Expand Down

0 comments on commit 3f79a7a

Please sign in to comment.