django-rest-auth/.travis.yml

12 lines
175 B
YAML
Raw Normal View History

2014-05-02 00:56:10 +04:00
language: python
python:
- "2.6"
- "2.7"
env:
2014-05-06 15:08:15 +04:00
- DJANGO=1.5.7
- DJANGO=1.6.4
2014-05-02 00:56:10 +04:00
install:
- pip install -q Django==$DJANGO --use-mirrors
script:
- python setup.py test