Skip to content

Commit

Permalink
Experiment: Allow Travis CI PyPy job to fail without failing the comp…
Browse files Browse the repository at this point in the history
…lete build
  • Loading branch information
xolox committed Nov 19, 2020
1 parent 357253c commit 0f7854e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ after_success:
branches:
except:
- /^[0-9]/
jobs:
allow_failures:
- python: pypy
fast_finish: true

0 comments on commit 0f7854e

Please sign in to comment.