binder/.travis.yml

11 lines
169 B
YAML

language: python
python:
- "3.6"
env:
- DJANGO="Django>=2"
install:
- pip install -q $DJANGO
- pip install -r requirements.txt
script:
- python manage.py test