bornhack-website/.travis.yml

12 lines
144 B
YAML
Raw Normal View History

2019-03-27 22:58:24 +00:00
cache: pip
language: python
python:
- "3.6"
install:
- pip install -r src/requirements/dev.txt
script:
- cd src; python manage.py test