Add travis-ci integration
This commit is contained in:
parent
d98d139136
commit
353d0497ff
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
# install dependencies
|
||||||
|
install: "pip install -r requirements.txt"
|
||||||
|
script: python manage.py test
|
Loading…
Reference in a new issue