Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 8e19489

Browse files
committed
Enable all windows builds again
1 parent 4a46335 commit 8e19489

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ environment:
1111
# PYPATH: "C:\\Python34"
1212
- PYTHON_VERSION: 3.5
1313
PYPATH: "C:\\Python35"
14-
# - PYTHON_VERSION: 3.6
15-
# PYPATH: "C:\\Python36"
16-
# - PYTHON_VERSION: 3.7
17-
# PYPATH: "C:\\Python37"
14+
- PYTHON_VERSION: 3.6
15+
PYPATH: "C:\\Python36"
16+
- PYTHON_VERSION: 3.7
17+
PYPATH: "C:\\Python37"
1818

1919
image: Visual Studio 2015
2020

2121
platform:
22-
# - x86
22+
- x86
2323
- x64
2424

2525
init:

0 commit comments

Comments
 (0)