PyInvoice/.travis.yml

38 lines
609 B
YAML
Raw Normal View History

2015-06-09 17:07:16 +00:00
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
env:
- REPORTLAB=2.6
- REPORTLAB=2.7
- REPORTLAB=3.0
- REPORTLAB=3.1.44
- REPORTLAB=3.2
matrix:
exclude:
2015-06-09 17:20:13 +00:00
- 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"
2015-06-09 17:25:24 +00:00
- env: REPORTLAB=3.0
python: "2.6"
- env: REPORTLAB=3.1.44
python: "2.6"
- env: REPORTLAB=3.2
python: "2.6"
2015-06-09 17:07:16 +00:00
install:
2015-06-09 17:10:21 +00:00
- pip install reportlab==$REPORTLAB
2015-06-09 17:07:16 +00:00
- python setup.py install
script: python setup.py test