diff --git a/appveyor.yml b/appveyor.yml index e08dc443..ffd2484a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -53,8 +53,8 @@ install: # compiled extensions and are not provided as pre-built wheel packages, # pip will build them from source using the MSVC compiler matching the # target Python version and architecture - - "%CMD_IN_ENV% pip install git+git://github.com/rocky/python-uncompyle6.git#egg=uncompyle6-3.6.6 - - "%CMD_IN_ENV% pip install -r requirements.txt + - "%CMD_IN_ENV% pip install git+git://github.com/rocky/python-uncompyle6.git#egg=uncompyle6-3.6.6" + - "%CMD_IN_ENV% pip install -r requirements.txt" build_script: # Build the compiled extension