Django 1.7 no run on Python 2.6. Exclude tests.

fix_request_path_info
Chad Shryock 2014-09-16 22:38:56 -04:00
parent d0fe45242b
commit 112808d057
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ matrix:
env: DJANGO=django==1.4.5
- python: "3.2"
env: DJANGO=django==1.4.5
- python: "2.6"
env: DJANGO=django==1.7
install:
- pip install $DJANGO coverage==3.6