Skip to content

Commit

Permalink
Disabled Py 3.4 64b and added Py 3.5 and 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Mar 22, 2018
1 parent 14f4c7f commit 9eaaf34
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .appveyor.yml
Expand Up @@ -17,8 +17,25 @@ environment:
PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.x"
# Disabling this, as genshi (brought by rst2html5) fails to build
# - PYTHON: "C:\\Python34-x64"
# PYTHON_VERSION: "3.4.x"
# PYTHON_ARCH: "64"

- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64"

- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "32"

- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"

install:
Expand Down

0 comments on commit 9eaaf34

Please sign in to comment.