test: Install mock in appveyor on Python 2.7

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
Lukas Puehringer 2019-12-02 16:50:14 +01:00
parent da26e9adcd
commit cb8a4c459f

View file

@ -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