Files
pipenv/.vsts-ci/steps/install-dependencies.yml
Dan Ryan c4f1ac1762 Add vsts build definitions
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-08-28 12:12:51 -04:00

4 lines
129 B
YAML

steps:
- script: 'python -m pip install --upgrade pip && python -m pip install -e .'
displayName: Upgrade Pip & Install Pipenv