Appveyor bug fix

This commit is contained in:
Mike Croucher 2016-07-07 10:35:11 +01:00
parent 801e6173ad
commit d6a6bcbb9b

View file

@ -16,9 +16,9 @@ install:
- "conda create -q -n build-environment python=%PYTHON_VERSION% numpy scipy matplotlib"
- activate build-environment
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel"
- python -m pip install wheel"
# GPy needs paramz
- "%PYTHON%\\python.exe -m pip install paramz"
- python -m pip install paramz"
build: off