From 72a55957a9467d4f84cd2fe9564ad4c424c64b1f Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Mon, 8 Aug 2016 22:22:36 -0400 Subject: [PATCH] remove allow_failures for python 3.x from appveyor --- appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 855561e69..d28146402 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,9 +25,3 @@ install: test_script: - "%PYTHON%/Scripts/tox.exe -e %TOX_ENV%" - -# Allow all failures for now: the tests don't yet pass! -matrix: - allow_failures: - - TOX_ENV: py34-test - - TOX_ENV: py35-test