From 6cf19ff4f06b057edfb3510212e48d23d40e93a3 Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Sun, 7 Oct 2018 19:51:21 -0700 Subject: [PATCH 1/2] TST: remove gsd & add Python 2.7 to appveyor config. --- .appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 46eb1b4359d..f7ce808e644 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,7 +14,7 @@ environment: global: CONDA_CHANNELS: conda-forge CONDA_DEPENDENCIES: pip setuptools wheel cython mock six biopython networkx joblib matplotlib scipy vs2015_runtime pytest mmtf-python GridDataFormats hypothesis pytest-cov codecov - PIP_DEPENDENCIES: gsd==1.5.2 duecredit + PIP_DEPENDENCIES: duecredit DEBUG: "False" MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin OPENBLAS_64: https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-5f998ef_gcc7_1_0_win64.zip @@ -29,6 +29,9 @@ environment: PYTHON_ARCH: 64 MSVC_VERSION: "Visual Studio 10 Win64" + - PYTHON_VERSION: 2.7 + PYTHON_ARCH: 64 + init: - ps: Write-Host ${env:PYTHON} ${env:PYTHON_VERSION} ${env:PYTHON_ARCH} - ps: Write-Host ${env:APPVEYOR_SCHEDULED_BUILD} From aa7245762f50ced61cb473e18c4887d31f24fe4b Mon Sep 17 00:00:00 2001 From: Richard Gowers Date: Mon, 22 Oct 2018 10:31:31 -0500 Subject: [PATCH 2/2] Update .appveyor.yml --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index f7ce808e644..7f99c59442e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -31,6 +31,7 @@ environment: - PYTHON_VERSION: 2.7 PYTHON_ARCH: 64 + MSVC_VERSION: "Visual Studio 10 Win64" init: - ps: Write-Host ${env:PYTHON} ${env:PYTHON_VERSION} ${env:PYTHON_ARCH}