"ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "3a2b49f2e7beab6b5847105b29a7c14a66d7bc9b"
Unverified Commit c5e3c338 authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Fix failing AppVeyor tests

@mattip Your review, please.
parent fab0a08c
...@@ -7,29 +7,11 @@ environment: ...@@ -7,29 +7,11 @@ environment:
TEST_DEPENDS: "nose" TEST_DEPENDS: "nose"
matrix: matrix:
#- PYTHON: "C:\\Miniconda" - PYTHON: "C:\\Miniconda310"
# PYTHON_VERSION: "2.7" PYTHON_VERSION: "3.10"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Miniconda-x64"
# PYTHON_VERSION: "2.7"
# PYTHON_ARCH: "64"
#- PYTHON: "C:\\Miniconda35"
# PYTHON_VERSION: "3.5"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Miniconda35-x64"
# PYTHON_VERSION: "3.5"
# PYTHON_ARCH: "64"
#- PYTHON: "C:\\Miniconda36"
# PYTHON_VERSION: "3.6"
# PYTHON_ARCH: "32"
#- PYTHON: "C:\\Miniconda36-x64"
# PYTHON_VERSION: "3.6"
# PYTHON_ARCH: "64"
- PYTHON: "C:\\Miniconda37"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
- PYTHON: "C:\\Miniconda37-x64" - PYTHON: "C:\\Miniconda310-x64"
PYTHON_VERSION: "3.7" PYTHON_VERSION: "3.10"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
# We always use a 64-bit machine, but can build x86 distributions # We always use a 64-bit machine, but can build x86 distributions
...@@ -51,7 +33,7 @@ install: ...@@ -51,7 +33,7 @@ install:
# clone a origsel/python-appveyor-demo # clone a origsel/python-appveyor-demo
# this repo includes a simple package to test appveyor # this repo includes a simple package to test appveyor
- git clone git://github.com/ogrisel/python-appveyor-demo.git - git clone https://github.com/ogrisel/python-appveyor-demo.git
build_script: build_script:
# Install build requirements # Install build requirements
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment