Skip to content

Commit

Permalink
travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej Cotman committed Apr 13, 2013
1 parent eb80582 commit 251dc0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python
python:
- 2.7

install:
- virtualenv --no-site-packages .
- bin/python bootstrap.py -d --version 1.7.1
- bin/buildout

script:
- bin/django test blog
- bin/django test books

notifications:
mail:
- brodul@brodul.org
- "irc.sioff.net#kiberpipa"

0 comments on commit 251dc0c

Please sign in to comment.