From b10b92bdbb2aeebc902576c1466982c9fd9c5bb8 Mon Sep 17 00:00:00 2001 From: Luiz Menezes Date: Wed, 16 May 2018 14:09:39 -0300 Subject: [PATCH] Fix travis config to allow pypy3.5-aiohttp failure instead of excluding --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a2fa24..169ee5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ env: matrix: allow_failures: - env: TOX_SUFFIX="boto3" + - env: TOX_SUFFIX="aiohttp" + python: "pypy3.5-5.9.0" exclude: # Only run flakes on a single Python 2.x and a single 3.x - env: TOX_SUFFIX="flakes" @@ -30,8 +32,6 @@ matrix: python: 2.7 - env: TOX_SUFFIX="aiohttp" python: pypy - - env: TOX_SUFFIX="aiohttp" - python: "pypy3.5-5.9.0" python: - 2.7 - 3.5