Skip to content

Commit

Permalink
allows django 1.4 tests to fail in build matrix
Browse files Browse the repository at this point in the history
I know it does not work yet :-)
  • Loading branch information
stefanfoulis committed May 17, 2012
1 parent b4f240c commit c574168
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -8,4 +8,7 @@ env:
- DJANGO_VERSION=1.2.7 DJANGO_SETTINGS_MODULE="test_settings_django_12"
- DJANGO_VERSION=1.3.1 DJANGO_SETTINGS_MODULE="test_settings_django_13"
- DJANGO_VERSION=1.4 DJANGO_SETTINGS_MODULE="test_settings_django_13"
script: python setup.py test
script: python setup.py test
matrix:
allow_failures:
- env: DJANGO_VERSION=1.4 DJANGO_SETTINGS_MODULE="test_settings_django_13"

0 comments on commit c574168

Please sign in to comment.