django-oidc-provider/.travis.yml

19 lines
350 B
YAML
Raw Normal View History

2015-06-08 17:26:00 +00:00
language: python
python:
2015-06-08 17:46:22 +00:00
- "2.7"
2015-07-02 14:46:48 +00:00
- "3.4"
- "3.5"
2015-06-08 17:26:00 +00:00
env:
2015-07-14 00:37:43 +00:00
- DJANGO=1.7
- DJANGO=1.8
2016-01-06 17:30:36 +00:00
- DJANGO=1.9
matrix:
exclude:
- python: "3.5"
env: DJANGO=1.7
2015-06-08 17:26:00 +00:00
install:
2015-07-27 19:12:04 +00:00
- pip install -q django==$DJANGO
2015-07-14 00:37:43 +00:00
- pip install -e .
2015-06-08 17:26:00 +00:00
script:
- PYTHONPATH=$PYTHONPATH:$PWD django-admin.py test oidc_provider --settings=oidc_provider.tests.app.settings