diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-11 06:59:12 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-11 06:59:12 -0400 |
commit | 5c1a4f10a576edf74fe7b2eb090566344cd3633e (patch) | |
tree | 408a755cf0c0d6ed92756985197aed0cbba2d37d | |
parent | 07d547ec505ff8ceba449705974bed587a47e1fe (diff) | |
download | python-coveragepy-5c1a4f10a576edf74fe7b2eb090566344cd3633e.tar.gz |
Add correct URLs to the top of python_appveyor_demo files.
-rw-r--r-- | ci/install.ps1 | 2 | ||||
-rw-r--r-- | ci/run_with_env.cmd | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ci/install.ps1 b/ci/install.ps1 index 255bb15..0357ad2 100644 --- a/ci/install.ps1 +++ b/ci/install.ps1 @@ -1,4 +1,4 @@ -# From: https://github.com/moreati/python-appveyor-demo/blob/78c429d132fb2a3bc2f99b565b6763f07987cef5/appveyor/install.ps1 +# From: https://github.com/ogrisel/python-appveyor-demo/blob/master/appveyor/install.ps1 # # # Sample script to install Python and pip under Windows diff --git a/ci/run_with_env.cmd b/ci/run_with_env.cmd index 61ad6d3..b287e47 100644 --- a/ci/run_with_env.cmd +++ b/ci/run_with_env.cmd @@ -1,3 +1,6 @@ +:: From: https://github.com/ogrisel/python-appveyor-demo/blob/master/appveyor/run_with_env.cmd +:: +:: :: To build extensions for 64 bit Python 3, we need to configure environment :: variables to use the MSVC 2010 C++ compilers from GRMSDKX_EN_DVD.iso of: :: MS Windows SDK for Windows 7 and .NET Framework 4 (SDK v7.1) |