From 1167b9ea4ee443253b635805a1640b95b8808ad5 Mon Sep 17 00:00:00 2001 From: Luiz Menezes Date: Thu, 4 Aug 2016 13:55:34 -0300 Subject: [PATCH] fix .travis.yml --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 289f307..30545e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ matrix: allow_failures: - env: TOX_SUFFIX="boto" - env: TOX_SUFFIX="boto3" - - TOX_SUFFIX="aiohttp" exclude: - env: TOX_SUFFIX="boto" python: 3.3 @@ -38,9 +37,13 @@ matrix: - env: TOX_SUFFIX="requests1" python: 3.5 - env: TOX_SUFFIX="aiohttp" - python: 3.4 + python: 2.6 - env: TOX_SUFFIX="aiohttp" - python: 3.5 + python: 2.7 + - env: TOX_SUFFIX="aiohttp" + python: 3.3 + - env: TOX_SUFFIX="aiohttp" + python: pypy python: - 2.6 - 2.7