From c39e53e6b091905dd4d6b2c8f061ed54d2b6337d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 3 Dec 2015 18:41:48 -0200 Subject: [PATCH] pytest24,25,26 don't work on py35 due to changes in ast module so drop them from build matrix --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab6e4f6..9f98e43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ env: # some builds that are unnecessary/perceived redundant: # py27 and py35 are tested with all pytest versions we declare to support; # py26 and py34 only with latest pytest versions. + # pytest24,25,26 don't work on py35 due to changes in ast module - TESTENV=py26-pytest27 - TESTENV=py26-pytest28 @@ -25,9 +26,6 @@ env: - TESTENV=py34-pytest27 - TESTENV=py34-pytest28 - - TESTENV=py35-pytest24 - - TESTENV=py35-pytest25 - - TESTENV=py35-pytest26 - TESTENV=py35-pytest27 - TESTENV=py35-pytest28