Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,17 @@ os:
install:
- ./.travis/install.sh

# pypy is not passing, but allow failures for coverage stage to be reached
# pypy is not passing atm, but still report build success for now
# allow coverage to fail, so we can still do testing for all platforms
matrix:
allow_failures:
- stage: Test
- python: pypy
- stage: Coverage

# run coverage first as its still useful to collect
stages:
- Coverage
- Test

jobs:
include:
Expand Down