Added missing travis dependencies.

This commit is contained in:
Martin Mahner 2013-11-25 23:10:24 +01:00
parent b09bc89f76
commit f45381223f

View file

@ -1,8 +1,8 @@
language: python language: python
python: python:
- "2.7" - 2.7
- "3.3" - 3.3
env: env:
- DJANGO=1.4 - DJANGO=1.4
@ -11,12 +11,14 @@ env:
matrix: matrix:
exclude: exclude:
- python: "3.3" - python: 3.3
env: DJANGO=1.4 env: DJANGO=1.4
- python: "3.3" - python: 3.3
env: DJANGO=1.5 env: DJANGO=1.5
install: install:
- "pip install coverage==3.7"
- "pip install python-coveralls==2.4.0"
- "pip install Django==$DJANGO" - "pip install Django==$DJANGO"
- "pip install -e ." - "pip install -e ."