From 03aa703103dd9a191d3e0586b07aab1fed1058d5 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 2 Sep 2015 09:57:44 -0300 Subject: [PATCH] Add setuptools_scm to the host environment --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0695409..559f53b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -73,7 +73,7 @@ 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 tox" + - "%CMD_IN_ENV% pip install tox setuptools_scm" build: false # Not a C# project, build stuff at the test step instead.