Unverified Commit a05e8f2e authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #460 from cclauss/patch-4

Fix failing AppVeyor tests
parents e7aa6ee9 b9de3223
......@@ -7,24 +7,6 @@ environment:
TEST_DEPENDS: "nose"
matrix:
#- PYTHON: "C:\\Miniconda"
# PYTHON_VERSION: "2.7"
# 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"
......@@ -51,7 +33,7 @@ install:
# clone a origsel/python-appveyor-demo
# 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:
# 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