Skip to content

Commit

Permalink
Add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Feb 28, 2012
1 parent 94114e0 commit 005744c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.3.1
install:
- pip install Django==$DJANGO
- python setup.py install
script: python setup.py test

0 comments on commit 005744c

Please # to comment.