1
0
Fork 0
django-mailbox/.travis.yml

25 lines
369 B
YAML
Raw Normal View History

2013-01-19 00:26:58 -08:00
language: python
2013-01-19 00:26:58 -08:00
python:
- "2.6"
- "2.7"
- "3.3"
2013-01-19 00:26:58 -08:00
env:
- DJANGO=1.4.14
- DJANGO=1.5.9
- DJANGO=1.6.8
- DJANGO=1.7.1
2014-09-01 13:07:39 -07:00
matrix:
exclude:
- env: DJANGO=1.4.14
python: "3.3"
- env: DJANGO=1.7.1
python: "2.6"
2013-01-19 00:26:58 -08:00
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q -e . --use-mirrors
2013-01-19 00:26:58 -08:00
script:
- python setup.py test