Bug Fixes / Improvements:
-------------------------

 * Simplify MSVC activation, using distutil's existing logic #1036
 * Correctly interpret paths returned from git on windows, trying cygpath, falling back to conda regex #1037
 * Fix ability to disable anaconda upload in condarc #1043
 * Change environment activation to call activation in scripts, rather than having Python store variables #1044

Contributors:
-------------
 * @msarahan
 * @mwcraig
 * @patricksnape