Added Python 3.4 and Django 1.8.5 to the testing matrix

This commit is contained in:
Joey Wilhelm 2015-10-09 16:08:49 -07:00
parent b36e5513d9
commit d3369c2721

View file

@ -3,12 +3,14 @@ language: python
python:
- 2.7
- 3.3
- 3.4
env:
- DJANGO=Django==1.4.15
- DJANGO=Django==1.5.10
- DJANGO=Django==1.6.7
- DJANGO=Django==1.7
- DJANGO=Django==1.8.5
install:
- pip install -q $DJANGO