In case some other lost person stumbles upon this question...
It's a lot of wizardry to me but here's how I got it to work.
1. Generate a public key from private key with:
ssh-keygen -f ~/.ssh/myserver.com-rsa -y -P old_passphrase -N
new_passphrase > ~/.ssh/myserver.com-rsa.pub
2.
I'm getting this report under pypy2 5.8.0 running Twisted trunk from github:
===
[FAIL]
Traceback (most recent call last):
File "/opt/twisted/src/twisted/test/test_plugin.py", line 566, in
test_freshPyReplacesStalePyc
On Wed, Jul 12, 2017 at 3:36 PM, Daniel Sutcliffe wrote:
>
> Am I correct in the fact that Twisted doesn't have Travis-CI builds on
> PyPy?
>
There are two builders which do PyPy:
https://buildbot.twistedmatrix.com/builders/ubuntu16.04-pypy5
https://buildbot.twistedmatrix.com/builders/ubuntu16.