Commit 4f29050a authored by Davis King's avatar Davis King

Test against python 3.6 on windows.

parent e41fad6b
...@@ -25,6 +25,14 @@ environment: ...@@ -25,6 +25,14 @@ environment:
PYTHON_VERSION: "3.5.x" PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64" 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"
build_script: build_script:
- python setup.py build - python setup.py build
......
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