Add .travis.yml file.
This commit is contained in:
parent
60916282d5
commit
dd6e70f941
2 changed files with 10 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- ./manage.py test
|
|
@ -1,5 +1,7 @@
|
|||
# Get Together
|
||||
|
||||
[![Build Status](https://travis-ci.org/GetTogetherComm/GetTogether.svg?branch=master)](https://travis-ci.org/GetTogetherComm/GetTogether)
|
||||
|
||||
Get Together is an open source event manager for local communities.
|
||||
|
||||
Get Together is version *0.8.0*.
|
||||
|
|
Loading…
Reference in a new issue