Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
Enable travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jan 3, 2013
1 parent fa72873 commit 19fed3c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: python

python: "2.7"

env:
- DJANGO=https://github.com/django/django/zipball/master
- DJANGO=django==1.4.3 --use-mirrors
- DJANGO=django==1.3.5 --use-mirrors

install:
- pip install $DJANGO
- pip install redis
- export PYTHONPATH=.

script:
- python manage.py test user_streams

0 comments on commit 19fed3c

Please sign in to comment.