Skip to content

Commit

Permalink
add travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpex committed Sep 9, 2013
1 parent efbb82f commit 22feb50
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
env:
- DJANGO_VERSION=1.3
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
install:
- pip install -q Django==$DJANGO_VERSION
- pip install -r requirements.txt --use-mirrors
script:
- cd test_project && python manage.py test app --noinput
notifications:
email:
recipients:
- jpma55@gmail.com
on_success: always
on_failure: always
5 changes: 1 addition & 4 deletions requirements.txt
@@ -1,4 +1 @@
django==1.4.0
south
-e git+git://github.com/dcramer/django-devserver.git#egg=devserver
-e git+git://github.com/django-debug-toolbar/django-debug-toolbar.git#egg=debug_toolbar
BeautifulSoup

0 comments on commit 22feb50

Please sign in to comment.