From eccb8bdd2ca16afc865552d7d28534b95a7c8f26 Mon Sep 17 00:00:00 2001 From: zhangshine Date: Wed, 10 Jun 2015 01:20:13 +0800 Subject: [PATCH] exclude incompatible versions --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eebd15e..8187657 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ env: - REPORTLAB=2.6 - REPORTLAB=2.7 - REPORTLAB=3.0 - - REPORTLAB=3.1.8 - REPORTLAB=3.1.44 - REPORTLAB=3.2 @@ -20,6 +19,14 @@ matrix: python: "2.6" - env: REPORTLAB=3.2.0 python: "2.6" + - env: REPORTLAB=2.6 + python: "3.3" + - env: REPORTLAB=2.6 + python: "3.4" + - env: REPORTLAB=2.7 + python: "3.3" + - env: REPORTLAB=2.7 + python: "3.4" install: - pip install reportlab==$REPORTLAB