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 Oct 17, 2019
1 parent 8a1ff68 commit 31c7060
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .local.jenkins.lin.yml
Expand Up @@ -8,10 +8,10 @@ virtualenv:
- path: {{ospathjoin(root_path, pickname("$NAME_JENKINS", project_name + "_$VERSION_$DIST_$NAME"), "_venv")}}

install:
- $PYINT -c "from pip._internal import main;main(\"install --no-cache-dir --no-deps --index http://localhost:8067/simple/ jyquickhelper pyquickhelper --extra-index-url=https://pypi.python.org/simple/\".split())"
- $PYINT -c "from pip._internal import main;main(\"install -r requirements.txt\".split())"
- $PYINT -m pip install --no-cache-dir --no-deps --index http://localhost:8067/simple/ jyquickhelper pyquickhelper --extra-index-url=https://pypi.python.org/simple/
- $PYINT -m pip install -r requirements.txt
- $PYINT --version
- $PYINT -c "from pip._internal import main;main([\"freeze\"])"
- $PYINT -m pip freeze

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

0 comments on commit 31c7060

Please sign in to comment.