Skip to content

Commit

Permalink
Added python 2.6 test support for Django 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dfryta committed Jan 13, 2015
1 parent 9e5053c commit 15efe56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -1,9 +1,14 @@
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.6.9
- DJANGO=1.7.2
matrix:
exclude:
- python: "2.6"
env: DJANGO=1.7
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coveralls
Expand Down

0 comments on commit 15efe56

Please sign in to comment.