Skip to content

Commit

Permalink
fix(travis): allow failures in pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Sep 21, 2017
1 parent 6a3e41b commit df436d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ python:
- pypy
- pypy3
- nightly

allow_failures:
- python: pypy

install:
- pip install -r requirements.txt
Expand Down

0 comments on commit df436d7

Please sign in to comment.