aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-05 13:25:58 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-05 13:25:58 +0100
commit1e0be65e13c6b030901b107f08e24eb77e0bef74 (patch)
tree4ef7dcf0eb34e157f38954da2b0d3690a64a7171 /azure-pipelines.yml
parent[#176] Redo project layout (diff)
[#193] Replace Poetry with Pipenv
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4031da8c..e85608a1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -96,7 +96,7 @@ jobs:
USER_CREATE_COMMAND: CREATE USER pysite WITH PASSWORD 'pysite' CREATEDB
displayName: set up the database
- - script: python -m pip install poetry && python -m poetry install --extras "test ci"
+ - script: python -m pip install pipenv && python -m pipenv install --dev --system
displayName: install requirements
- script: |