exclude incompatible versions

This commit is contained in:
zhangshine 2015-06-10 01:20:13 +08:00
parent 9ca21a89c2
commit eccb8bdd2c

View file

@ -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