mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Add Django trunk builds back to allowed-failures.
This commit is contained in:
parent
fce5b4391d
commit
a4680a32c6
1 changed files with 7 additions and 0 deletions
|
|
@ -33,4 +33,11 @@ install:
|
|||
script:
|
||||
- tox
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: TOXENV=py27-django_trunk
|
||||
- env: TOXENV=py32-django_trunk
|
||||
- env: TOXENV=py33-django_trunk
|
||||
- env: TOXENV=py34-django_trunk
|
||||
|
||||
after_success: coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue