Skip to content

Commit

Permalink
Add .travis.yml for Travis CI (http://travis-ci.org/)
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jun 13, 2012
1 parent eae3322 commit f25094a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: python

python:
- 2.6
- 2.7

env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.3.1

install:
- pip install --use-mirrors -q Django==$DJANGO_VERSION PyYAML unittest2
- python setup.py -q install

script: python setup.py test

0 comments on commit f25094a

Please sign in to comment.