From 339d8ef88e3027dd24c48d4bcd3a75b2ad870780 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 23 Apr 2015 01:17:20 -0400 Subject: [PATCH] add wheel dep to appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 85645ab..2587f39 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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