Skip to content

Commit 497a32a

Browse files
committed
Twisted apparently not supporting 3.7 on Windows yet.
1 parent eec91f5 commit 497a32a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.appveyor.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ environment:
2626

2727
- TOXENV: py36-tests
2828
PYTHON: "C:\\Python36-x64"
29-
30-
- TOXENV: py37-tests
31-
PYTHON: "C:\\Python37"
32-
33-
- TOXENV: py37-tests
34-
PYTHON: "C:\\Python37-x64"
29+
# Twisted currently failing to install.
30+
#
31+
# - TOXENV: py37-tests
32+
# PYTHON: "C:\\Python37"
33+
#
34+
# - TOXENV: py37-tests
35+
# PYTHON: "C:\\Python37-x64"
3536

3637
init:
3738
- echo "TOXENV - %TOXENV%"

0 commit comments

Comments
 (0)