GetTogether/.travis.yml

9 lines
119 B
YAML
Raw Normal View History

2018-11-15 07:29:19 +01:00
language: python
python:
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
script:
- ./manage.py test