From 6bec66742e2de2da628b36326299a83273560119 Mon Sep 17 00:00:00 2001 From: Steve Sisney Date: Wed, 20 Nov 2019 21:53:49 +0000 Subject: [PATCH] Allow build failures for python 3.2, 3.3, 3.4, pypy3 --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86d04d3..981d366 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,6 @@ language: python python: - 2.7 - - 3.2 - - 3.3 - - 3.4 - 3.5 - nightly - pypy @@ -12,8 +9,12 @@ python: matrix: allow_failures: + - python: 3.2 + - python: 3.3 + - python: 3.4 - python: 3.5 - python: nightly + - python: pypy3 script: python setup.py test