mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
test: Install mock in appveyor on Python 2.7
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
parent
da26e9adcd
commit
cb8a4c459f
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue