Add .travis.yml file.

This commit is contained in:
Bheesham Persaud 2018-11-15 01:29:19 -05:00
parent 60916282d5
commit dd6e70f941
2 changed files with 10 additions and 0 deletions

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
language: python
python:
- "3.5"
- "3.6"
install:
- pip install -r requirements.txt
script:
- ./manage.py test

View file

@ -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*.