From 319cb513de40e87b8f6920c7bfd0f59fb04f6ac4 Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Fri, 8 Dec 2017 03:52:48 +0100 Subject: [PATCH] appveyor: install moto --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 77a953b..572b6bb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -64,7 +64,7 @@ install: - "pip install --disable-pip-version-check --user --upgrade pip" # Install test dependencies - - "%CMD_IN_ENV% pip install mock==1.3.0 boto boto3 django-storages" + - "%CMD_IN_ENV% pip install mock==1.3.0 moto==0.4.31 boto boto3 django-storages" # Install the build dependencies of the project. If some dependencies contain # compiled extensions and are not provided as pre-built wheel packages,