add wheel dep to appveyor
This commit is contained in:
parent
2e2fe2f61c
commit
339d8ef88e
|
@ -21,7 +21,7 @@ install:
|
||||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
- "python --version"
|
- "python --version"
|
||||||
- "%CMD_IN_ENV% pip install -e ."
|
- "%CMD_IN_ENV% pip install -e ."
|
||||||
- "%CMD_IN_ENV% pip install pytest unicodecsv"
|
- "%CMD_IN_ENV% pip install pytest unicodecsv wheel"
|
||||||
|
|
||||||
build: false
|
build: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue