[Python-ideas] Putting `blist` into collections module
Robert McGibbon
rmcgibbo at gmail.com
Mon Sep 22 02:05:40 CEST 2014
More information about the Python-ideas mailing list
Mon Sep 22 02:05:40 CEST 2014
- Previous message: [Python-ideas] Putting `blist` into collections module
- Next message: [Python-ideas] Fwd: Putting `blist` into collections module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The following python appveyor examples might be useful: - https://github.com/rmcgibbo/python-appveyor-conda-example - https://github.com/ogrisel/python-appveyor-demo -Robert On Sun, Sep 21, 2014 at 3:50 PM, Ryan Gonzalez <rymg19 at gmail.com> wrote: > Also, you might find this interesting: > http://kirbyfan64.github.io/posts/using-appveyor-to-distribute-python-wheels.html > . > > On Sun, Sep 21, 2014 at 5:16 PM, Paul Moore <p.f.moore at gmail.com> wrote: > >> On 21 September 2014 22:47, Ryan Gonzalez <rymg19 at gmail.com> wrote: >> > I'm guessing the appveyor.yml file might look like this: >> > >> > install: >> > - cinst python >> > - cinst pip >> > - pip install wheel >> > >> > build: off # It's Python; no building allowed! >> > >> > test_script: >> > - py.test # or whatever to run tests >> > >> > deploy_script: >> > - python setup.py sdist bdist_wheel upload >> >> The one I'm working from (cookiecutter) is more complex - essentially >> because it manually installs Python etc. I'd not seen cinst before, >> but from a quick search I see that's chocolatey. So yes, something >> like that. Can you specify which version of Python cinst installs? >> You'd actually want to make sure you had all the versions of Python >> you supported installed. >> >> Also, you probably couldn't do the upload in deploy_script unless you >> were willing to store your credentials in AppVeyor. >> >> But essentially, it's not hard to set up, AFAICT. >> Paul >> > > > > -- > Ryan > If anybody ever asks me why I prefer C++ to C, my answer will be simple: > "It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was > nul-terminated." > Personal reality distortion fields are immune to contradictory evidence. - > srean > Check out my website: http://kirbyfan64.github.io/ > > _______________________________________________ > Python-ideas mailing list > Python-ideas at python.org > https://mail.python.org/mailman/listinfo/python-ideas > Code of Conduct: http://python.org/psf/codeofconduct/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140921/99f45396/attachment-0001.html>
- Previous message: [Python-ideas] Putting `blist` into collections module
- Next message: [Python-ideas] Fwd: Putting `blist` into collections module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list