Add Travis config for continuous integration
This commit is contained in:
parent
07efab5154
commit
fff8ff750e
1 changed files with 8 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script: python manage.py test
|
||||
Loading…
Add table
Add a link
Reference in a new issue