Add setuptools_scm to the host environment

This commit is contained in:
Bruno Oliveira
2015-09-02 09:57:44 -03:00
parent 6f93ae88ff
commit 03aa703103

View File

@@ -73,7 +73,7 @@ install:
# compiled extensions and are not provided as pre-built wheel packages, # compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the # pip will build them from source using the MSVC compiler matching the
# target Python version and architecture # 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. build: false # Not a C# project, build stuff at the test step instead.