Merge pull request #134 from bheesham/feature/4-add-travis-ci

Add .travis.yml file.
This commit is contained in:
Michael Hall 2018-11-21 22:00:25 -05:00 committed by GitHub
commit 5b7067dd60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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*.