Envorced MSVC environment for pip install cython

This commit is contained in:
maxirmx 2015-10-14 07:47:00 +03:00
parent ef3f62e92d
commit d6be51d08f

View File

@ -52,7 +52,7 @@ install:
# pip will build them from source using the MSVC compiler matching the
# target Python version and architecture
- "pip install --upgrade setuptools"
- "pip install cython fabric fabtools"
- "%CMD_IN_ENV% pip install cython fabric fabtools"
- "%CMD_IN_ENV% pip install -r requirements.txt"
build_script: