django-oidc-provider/.travis.yml
niccolasmendoza@gmail.com fdc7830e69 integratin CI with travis
2015-06-08 14:26:00 -03:00

15 lines
253 B
YAML

language: python
python:
- 2.7
- 3.3
env:
- DJANGO=Django==1.7.9
- DJANGO=Django==1.8
install:
- pip install -q $DJANGO
script:
- PYTHONPATH=$PYTHONPATH:$PWD django-admin.py test oidc_provider --settings=oidc_provider.tests.test_settings