From 168678cc3ffcaaec74e465e9319be7b0e9874643 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 14 Apr 2015 09:52:42 -0700 Subject: [PATCH] Hopefully fix AppVeyor allow_failures config --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index cb69fcd6e..bffeb46fb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,4 +19,4 @@ test_script: # Allow all failures for now: the tests don't yet pass! matrix: allow_failures: - - platform: x86 + - TOXENV: py27