diff options
author | 2019-03-09 23:03:49 +1000 | |
---|---|---|
committer | 2019-03-09 23:03:49 +1000 | |
commit | fb38e44a62b02cd32ed8d557c8451e69b2e19280 (patch) | |
tree | 0d6738ed4aa150b37e42e303a086575ed9ec911d | |
parent | Venv in project, add `.cache` in lint ignore. (diff) |
Add PIP_SRC to lint pipeline envs.
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 15fac3b9..f81f1139 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,6 +17,7 @@ jobs: variables: PIPENV_CACHE_DIR: ".cache/pipenv" PIP_CACHE_DIR: ".cache/pip" + PIP_SRC: ".cache/src" steps: - script: sudo apt-get install build-essential curl docker libffi-dev libfreetype6-dev libxml2 libxml2-dev libxslt1-dev zlib1g zlib1g-dev |