Skip to content

Commit

Permalink
Add travis configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Antukh committed Dec 21, 2013
1 parent 1e63d06 commit 711e57a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: python
python:
- "2.7"
env:
- DJANGO_VERSION=1.4.10
- DJANGO_VERSION=1.5.5
- DJANGO_VERSION=1.6.1
install:
- pip install django==$DJANGO_VERSION --use-mirrors
- pip install jinja2 django-pipeline --use-mirrors
script:
- python testing/runtests.py
notifications:
email:
recipients:
- niwi@niwi.be
on_success: change
on_failure: change

0 comments on commit 711e57a

Please sign in to comment.