diff --git a/appveyor.yml b/appveyor.yml index 81b27a5..991a7a3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,6 +44,14 @@ environment: PYTHON_VERSION: "3.4" PYTHON_ARCH: "64" + - PYTHON: "C:\\Python35" + PYTHON_VERSION: "3.5" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python35-x64" + PYTHON_VERSION: "3.5" + PYTHON_ARCH: "64" + install: - "%PIP% install wheel twine"