exclude incompatible versions
This commit is contained in:
parent
9ca21a89c2
commit
eccb8bdd2c
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue