Skip to content

Commit

Permalink
Allow failures for python 3.5 and pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Jan 4, 2016
1 parent c8c9624 commit c830059
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ matrix:
python: "pypy3"
- env: TOXENV=pypy3-twisted15
python: "pypy3"
allow_failures:
- env: TOXENV=py35-twisted12
- env: TOXENV=py35-twisted13
- env: TOXENV=py35-twisted14
- env: TOXENV=py35-twisted15
- env: TOXENV=pypy3-twisted12
- env: TOXENV=pypy3-twisted13
- env: TOXENV=pypy3-twisted14
- env: TOXENV=pypy3-twisted15

install:
- pip install tox
Expand Down

0 comments on commit c830059

Please sign in to comment.