diff options
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 1a38d185..0237d2e5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,10 +51,8 @@ install: conda info -a & conda install --yes --quiet pip ) - - pip install nose ddt wheel codecov - - IF "%PYTHON_VERSION%" == "2.7" ( - pip install mock - ) + - pip install -r test-requirements.txt + - pip install codecov ## Copied from `init-tests-after-clone.sh`. # |