From d44b93fc7883bcea294badcde8d3b212be758f69 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Fri, 14 Aug 2015 15:05:20 -0700 Subject: [PATCH] Only run 2.7 on windows for now --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5e31574..c737fb4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,4 +8,4 @@ install: test_script: - "%PYTHON%/Scripts/pip.exe --version" - "%PYTHON%/Scripts/pip.exe install tox" - - "%PYTHON%/Scripts/tox.exe" + - "%PYTHON%/Scripts/tox.exe -e py27"