mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-23 12:34:42 +00:00
Keep trunk tests in allowed_failures
This commit is contained in:
parent
bbc076429a
commit
bc7d820724
1 changed files with 6 additions and 0 deletions
|
|
@ -35,4 +35,10 @@ install:
|
|||
script:
|
||||
- tox
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: TOXENV=py27-django_trunk
|
||||
- env: TOXENV=py34-django_trunk
|
||||
- env: TOXENV=py35-django_trunk
|
||||
|
||||
after_success: coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue