Skip to content

Commit

Permalink
test: Install mock in appveyor on Python 2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Dec 2, 2019
1 parent 6b5e8bd commit 932c025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ install:
- python -m pip install -U pip setuptools
- pip install -e .
- pip install securesystemslib[crypto,pynacl]
- if %PYTHON_VERSION%==2.7 pip install mock

build: false

Expand Down

0 comments on commit 932c025

Please sign in to comment.