summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-09-30 17:32:45 -0400
committerJulian Berman <Julian@GrayVines.com>2018-09-30 17:32:45 -0400
commit497a32a81d4dade31f3d9d7ef29ba7c7221a7848 (patch)
treeca934504d885f90d3bbd0fa241d829c6d3c8e614
parenteec91f5918eafec89946118b08443e8fdaf9369c (diff)
downloadjsonschema-497a32a81d4dade31f3d9d7ef29ba7c7221a7848.tar.gz
Twisted apparently not supporting 3.7 on Windows yet.
-rw-r--r--.appveyor.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index cdc794e..844d0a5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -26,12 +26,13 @@ environment:
- TOXENV: py36-tests
PYTHON: "C:\\Python36-x64"
-
- - TOXENV: py37-tests
- PYTHON: "C:\\Python37"
-
- - TOXENV: py37-tests
- PYTHON: "C:\\Python37-x64"
+ # Twisted currently failing to install.
+ #
+ # - TOXENV: py37-tests
+ # PYTHON: "C:\\Python37"
+ #
+ # - TOXENV: py37-tests
+ # PYTHON: "C:\\Python37-x64"
init:
- echo "TOXENV - %TOXENV%"