Adding travis config.
This commit is contained in:
parent
6a1103256a
commit
a86cf5ecc1
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
Loading…
Reference in a new issue