harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
246 stars 45 forks source link

Add pypy and pypy3 travis instructions #54

Closed psarka closed 3 years ago

psarka commented 3 years ago

It seems that pypy 2.7 version does not support diskcache, which I use for inter-process tests.

If we go ahead with not supporting python 2.7, then we will naturally drop support for pypy 2.7 as well, so I'm inclined to not fix anything, and drop pypy2.7 from travis.

https://travis-ci.org/github/harlowja/fasteners/builds/742746574