Added travisci

This commit is contained in:
Jose Soares 2012-07-14 10:56:01 -04:00
parent 213a208a23
commit 5f1b280fa4

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3.1
- DJANGO_VERSION=1.4
install:
- pip install Django==$DJANGO_VERSION
- pip install -e .
script:
- ./example/manage.py test categories
branches:
only:
- master