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
python:
- "2.7"
- "3.3"
- 2.7
- 3.3
env:
- DJANGO=1.4
@ -11,12 +11,14 @@ env:
matrix:
exclude:
- python: "3.3"
- python: 3.3
env: DJANGO=1.4
- python: "3.3"
- python: 3.3
env: DJANGO=1.5
install:
- "pip install coverage==3.7"
- "pip install python-coveralls==2.4.0"
- "pip install Django==$DJANGO"
- "pip install -e ."