There's no Python 2.6 support in Django 1.7

This commit is contained in:
Antoine Catton 2014-10-17 09:49:50 -06:00
parent e732df17b3
commit fe48811cc8
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ matrix:
env: DJANGO_PACKAGE='Django>=1.4,<1.5'
- python: "2.7"
env: DJANGO_PACKAGE='Django>=1.4,<1.5'
exclude:
- python: "2.6"
env: DJANGO_PACKAGE='Django>=1.7,<1.8'
install:
- pip install -q $DJANGO_PACKAGE --use-mirrors
- pip install --use-mirrors .