• Bram Schoenmakers's avatar
    Run green with a single process under pypy3 · c269edb4
    Bram Schoenmakers authored
    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.
    c269edb4
.travis.yml 896 Bytes