update travis config to not accept failures on 3.4

This commit is contained in:
Matt Westcott 2014-07-02 17:16:19 +01:00
parent 38ca434aeb
commit ab486a526a

View file

@ -6,11 +6,6 @@ python:
env:
- DJANGO_VERSION=Django==1.6.5
#- DJANGO_VERSION=Django==1.7.0
matrix:
allow_failures:
- python: 3.4
#- env: DJANGO_VERSION=Django==1.7.0
fast_finish: true
# Services
services:
- redis-server