Adding travis config.

This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-27 23:58:24 +01:00
parent 6a1103256a
commit a86cf5ecc1
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
cache: pip
language: python
python:
- "3.6"
install:
- pip install -r src/requirements/dev.txt
script:
- cd src; python manage.py test