[Python-Dev] Workflow blocked on the 3.6 because of AppVeyor; who owns the AppVeyor project?

Brett Cannon brett at python.org
Wed Sep 5 16:14:38 EDT 2018


On Wed, 5 Sep 2018 at 04:56 Paul Moore <p.f.moore at gmail.com> wrote:

> On Wed, 5 Sep 2018 at 12:24, Antoine Pitrou <solipsis at pitrou.net> wrote:
> > For some reason it seems to be located in a hidden directory
> > (".github/appveyor.yml").  Not the most intuitive decision IMHO.
> > Travis' own config file ".travis.yml" is still at repository root, which
> > makes things more confusing.
>
> Thanks, agreed that's confusing. I'd prefer appveyor.yml to be at the
> project root, as that's what nearly all projects I deal with do. But
> at least I know where it is now :-)
>

This was on purpose as the CI files are not directly related to Python
itself so they are easier to leave out of any source tarball and such. The
reason .travis.yml is top-level is because Travis won't let us have it
anywhere else.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20180905/06a07349/attachment.html>


More information about the Python-Dev mailing list