Run green with a single process under pypy3
On Travis CI, the pypy3 tests may fail due to concurrency issues, probably because of the usage of (shared) temporary files. So, limit the number of processes used by green to 1 when pypy3 is used. This implies that failures for pypy3 are no longer allowed.
Showing
Please register or sign in to comment