Add Travis CI support

This commit is contained in:
Jan-Jelle Kester 2015-05-14 23:51:37 +02:00
parent 0bf829f296
commit 5f7fdc5a1d

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
install: "pip install Django==$DJANGO_VERSION"
script: "python src/manage.py test testapp.tests