django-oidc-provider/.travis.yml
2018-07-12 14:45:54 -03:00

9 lines
102 B
YAML

language: python
install:
- pip install tox coveralls
script:
- tox
after_success:
- coveralls