add wheel dep to appveyor

This commit is contained in:
James Turk 2015-04-23 01:17:20 -04:00
parent 2e2fe2f61c
commit 339d8ef88e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"
- "%CMD_IN_ENV% pip install -e ."
- "%CMD_IN_ENV% pip install pytest unicodecsv"
- "%CMD_IN_ENV% pip install pytest unicodecsv wheel"
build: false