[12:04:34] <apollo13> dstufft: https://gist.github.com/apollo13/ac53e268d23b4e31b6406817ba96e3eb do you have any idea what happened here? "Successfully installed pip-6.1.1" -- wait what :D
[12:27:58] <AlecTaylor> How do I force virtualenv pip to be used? - http://stackoverflow.com/q/40438089
[13:52:07] <agronholm> why does twine still upload to the old url? doing so doesn't update Warehouse's index
[15:58:07] <dstufft> apollo13: probably it didn't actually install 6.1.1, sometimes pip gets confused in that message
[15:58:16] <dstufft> agronholm: latest twine uses warehouse not legacy
[15:58:25] <dstufft> unless you have the legacy url in your ~/.pypirc
[18:33:17] <agronholm> dstufft: let me check the logs for the twine version
[18:34:59] <agronholm> dstufft: so twine 1.8.1 should upload to pypi.io?
[18:37:21] <agronholm> because travis seems to install twine 1.8.1 and it's uploading to the legacy url: https://travis-ci.org/asphalt-framework/asphalt-mongodb/builds/173479583
[18:37:41] <agronholm> I guess now I just have to check if travis sets up a .pypirc
[18:37:46] <agronholm> with an explicit url that is
[21:30:44] <ronny> agronholm: the travis pypi deploy is simply just bad ^^
[21:31:05] <agronholm> ronny: can you elaborate on that?
[21:31:33] <agronholm> it lets you choose the url to upload to, I'm just wondering where it gets its default value
[21:31:43] <agronholm> other than that problem, it's been working fine for me
[21:32:55] <ronny> agronholm: it reports no errors, and unless you limit it, it simply runs the deploy on each job, its quite a pain