dynamicweb/.travis.yml

8 lines
145 B
YAML
Raw Normal View History

2017-04-10 07:35:22 +00:00
language: python
python:
- "3.5"
- "3.6"
# install dependencies
install: "pip install -r requirements.txt"
script: python manage.py test