Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
appveyor: install moto
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Dec 8, 2017
1 parent 2de3b66 commit 319cb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 319cb51

Please sign in to comment.