Skip to content

Commit

Permalink
Keep trunk tests in allowed_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekwg committed Aug 18, 2016
1 parent bbc0764 commit bc7d820
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -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

0 comments on commit bc7d820

Please sign in to comment.