Skip to content

Commit

Permalink
Added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisglass committed Aug 8, 2013
1 parent b75c6d4 commit 6188943
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "2.7"
env:
- DJANGO=1.4.5
- DJANGO=1.5.1
install:
- pip install -q Django==$DJANGO --use-mirrors
- python setup.py -q install
script: ./runtests.sh

0 comments on commit 6188943

Please sign in to comment.