Skip to content

Commit 2b2f438

Browse files
committed
TST: Add testing on Python 3.5 on Appveyor.
1 parent 83d3249 commit 2b2f438

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ environment:
1717
PYTHON_VERSION: "3.4"
1818
PYTHON_ARCH: "64"
1919

20+
- PYTHON: "C:\\Python35-conda64"
21+
PYTHON_VERSION: "3.5"
22+
PYTHON_ARCH: "64"
23+
2024
install:
2125
# Install miniconda Python
2226
- "powershell ./tools/install_python.ps1"

0 commit comments

Comments
 (0)