1
0
Fork 0

Let's still fail a build if we break things for Django 1.4 and 1.5; lots of people are trapped on old versions.

This commit is contained in:
Adam Coddington 2014-11-07 19:17:06 -08:00
parent 4eae6faf03
commit e4fb22a7f1

View file

@ -12,10 +12,6 @@ env:
- DJANGO=1.7.1
matrix:
allow_failures:
# Allow failures for legacy django versions
- env: DJANGO=1.4.14
- env: DJANGO=1.5.9
exclude:
- env: DJANGO=1.4.14
python: "3.3"