django-rest-auth/.travis.yml
2014-05-12 22:56:39 +02:00

15 lines
255 B
YAML

language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.5.7
- DJANGO=1.6.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coveralls
script:
- coverage run --source=rest_auth setup.py test
after_success:
- coveralls