Skip to content

Commit

Permalink
Merge pull request #19 from michael-k/patch-1
Browse files Browse the repository at this point in the history
Test with django 1.7, 1.8, and 1.9 too
  • Loading branch information
yakky committed Jan 24, 2016
2 parents 19537fe + e1af5ed commit 378a591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ env:
- DJANGO='django<1.5'
- DJANGO='django<1.6'
- DJANGO='django<1.7'
- DJANGO='django<1.8'
- DJANGO='django<1.9'
- DJANGO='django>=1.9b1,<1.10'
install:
- pip install $DJANGO coverage coveralls
script: coverage run --rcfile=.coveragerc runtests.py
Expand Down

0 comments on commit 378a591

Please sign in to comment.