GetTogether/.travis.yml
2018-11-15 01:36:57 -05:00

8 lines
119 B
YAML

language: python
python:
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
script:
- ./manage.py test