Browse Source

Point releases are unnecessary in appyveyor.yml.

tags/v0.4.1
Ben Kurtovic 8 years ago
parent
commit
3aa6bb891c
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      appveyor.yml

+ 6
- 6
appveyor.yml View File

@@ -17,27 +17,27 @@ environment:


matrix: matrix:
- PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.10"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"


- PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.10"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"


- PYTHON: "C:\\Python33" - PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3.6"
PYTHON_VERSION: "3.3"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"


- PYTHON: "C:\\Python33-x64" - PYTHON: "C:\\Python33-x64"
PYTHON_VERSION: "3.3.6"
PYTHON_VERSION: "3.3"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"


- PYTHON: "C:\\Python34" - PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.4.3"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "32" PYTHON_ARCH: "32"


- PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.3"
PYTHON_VERSION: "3.4"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"


install: install:


Loading…
Cancel
Save