add travis.yml

This commit is contained in:
Ken Cochrane 2015-01-01 10:48:06 -05:00
parent 8a3d7a57ac
commit 9b7b73b5e8
2 changed files with 23 additions and 0 deletions

17
.travis.yml Normal file
View file

@ -0,0 +1,17 @@
language: python
python:
- 2.7
- 3.3
- 3.4
env:
- DJANGO=Django==1.4.16
- DJANGO=Django==1.6.8
- DJANGO=Django==1.7.1
install:
- pip install -q $DJANGO
script:
- PYTHONPATH=$PYTHONPATH:$PWD django-admin.py test defender --settings=defender.test_settings

View file

@ -13,6 +13,12 @@ they want for a backend, so it is configurable.
Version 0.1 will be very limited in features, it will only do a few things, but
the goal is to do those things very well, and have full unit tests with docs.
Build status
------------
[![Build Status](https://travis-ci.org/kencochrane/django-defender.svg)](https://travis-ci.org/kencochrane/django-defender)
Goals for 0.1
=============