binder/.travis.yml

11 lines
170 B
YAML

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