django-oidc-provider/.travis.yml

21 lines
310 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
- DJANGO=1.10
matrix:
exclude:
- python: "3.5"
env: DJANGO=1.7
2015-06-08 17:26:00 +00:00
install:
- pip install tox coveralls
2015-06-08 17:26:00 +00:00
script:
- tox -e py${TRAVIS_PYTHON_VERSION//[.]/}-$DJANGO
after_success:
- coveralls