Skip to content

Commit

Permalink
Add basic travis-ci configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulett committed Mar 16, 2013
1 parent b211365 commit cdcea13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: python
python:
- "2.7"
env:
- DJANGO_VERSION=1.5.0
install: pip install --use-mirrors -q Django==$DJANGO_VERSION
script: tests/test.sh

0 comments on commit cdcea13

Please sign in to comment.