ara/.travis.yml
Guillaume Vincent a889a71bcd
💥 first commit
Change-Id: I42df36220dce581a929c604a13bba0ccb3d580e6
2018-03-29 12:36:14 -04:00

8 lines
132 B
YAML

dist: trusty
sudo: required
language: python
python:
- 3
install: pip install -r requirements.txt
script: python manage.py test