Skip to content

Commit

Permalink
Hook up Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocol committed Mar 24, 2013
1 parent 9cf4fa4 commit bfabfe2
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_VERSION=1.4.5
- DJANGO_VERSION=1.5
install:
- pip install -q Django==${DJANGO_VERSION} --use-mirrors
script: ./run.sh test

0 comments on commit bfabfe2

Please sign in to comment.