Skip to content

Commit

Permalink
Add Travis-CI build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Feb 19, 2013
1 parent 53e3a50 commit 923c699
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: python
python:
- "2.7"
- "2.6"
env:
- DJANGO=1.3.1
- DJANGO=1.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q -e . --use-mirrors
script:
- python runtests.py
notifications:
irc: "irc.freenode.org#django-fluent"
email:
recipients:
- travis@edoburu.nl
on_success: never
on_failure: always

0 comments on commit 923c699

Please sign in to comment.