Test py35 on AppVeyor

This commit is contained in:
Bruno Oliveira 2015-09-26 03:44:12 -03:00
parent cdead1a991
commit d52d0251b2
1 changed files with 10 additions and 0 deletions

View File

@ -34,6 +34,16 @@ environment:
PYTHON_ARCH: "64"
TESTENV: "py34"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x" # currently 3.5.0
PYTHON_ARCH: "32"
TESTENV: "py35"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x" # currently 3.5.0
PYTHON_ARCH: "64"
TESTENV: "py35"
# Also test a Python version not pre-installed
# See: https://github.com/ogrisel/python-appveyor-demo/issues/10