Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests are failing on pypy3 due to pip no longer supporting Python 3.2. Therefore, setuptools should also drop support for Python 3.2.
The text was updated successfully, but these errors were encountered:
Stop testing on pypy3 until Travis gets pypy 5.5 or later. Ref #864.
2c1ea18
b47fe15
use buildout to build so we don't have 2 environments to manage
6a7d20f
This is also a workaround for pypa/setuptools#864, since the default pypy3 on Travis is quite old. (cherry picked from commit def7397 and 5dcca55)
No branches or pull requests
Tests are failing on pypy3 due to pip no longer supporting Python 3.2. Therefore, setuptools should also drop support for Python 3.2.
The text was updated successfully, but these errors were encountered: