Skip to content

Commit

Permalink
travis: allow fail python 3.7 see issue eventlet#475
Browse files Browse the repository at this point in the history
  • Loading branch information
temoto committed Mar 10, 2018
1 parent a76e4a5 commit 6c6cfc5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,9 @@ matrix:

- {python: 3.6, env: TOXENV=ipv6}
allow_failures:
- env: TOXENV=py26-epolls
- env: TOXENV=py26-poll
- env: TOXENV=py26-selects
- env: TOXENV=pypy-epolls
- env: TOXENV=pypy-poll
- env: TOXENV=pypy-selects
- python: 2.6
- python: 3.7-dev
- python: pypy

cache:
apt: true
Expand Down

0 comments on commit 6c6cfc5

Please sign in to comment.