Update travis config

Added Django 1.7 to list of envs; removed outdated pip env vars.
This commit is contained in:
Patrick Altman 2015-02-15 05:05:57 -06:00
parent 4848baf76e
commit 289859d642
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,6 @@ python:
- "3.2"
- "3.3"
before_install:
- export PIP_USE_MIRRORS=true
- export PIP_INDEX_URL=https://simple.crate.io/
- export DJANGO_SETTINGS_MODULE=appconf.test_settings
install:
- pip install -e .
@ -21,6 +19,7 @@ env:
- DJANGO=1.3.7
- DJANGO=1.4.5
- DJANGO=1.5.1
- DJANGO=1.7.4
- DJANGO=master
matrix: