Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coverage: don't use py.test --boxed when using --cov
Seems that if we run --cov together with --boxed we get very low coverage reports. Not sure why they are underreading. But we introduced --boxed for pypy and will use it for cPO and fPO. So for now don't run coverage on these segfaulting platforms.
- Loading branch information