mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 09:06:40 +03:00
12 lines
273 B
YAML
12 lines
273 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
env:
|
|
- DJANGO=1.5.7 DJANGO_SETTINGS_MODULE="rest_auth.test_settings"
|
|
- DJANGO=1.6.4 DJANGO_SETTINGS_MODULE="rest_auth.test_settings"
|
|
install:
|
|
- pip install -q Django==$DJANGO --use-mirrors
|
|
script:
|
|
- python setup.py test
|