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