Rename appveyor.yml -> .appveyor.yml and update references

This commit is contained in:
Pradyun Gedam 2018-10-22 12:16:43 +05:30
parent 3a6a1c06a9
commit 5167495eb7
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
3 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ include docs/docutils.conf
exclude .coveragerc
exclude .mailmap
exclude .appveyor.yml
exclude .travis.yml
exclude tox.ini
exclude appveyor.yml
recursive-include src/pip/_vendor *.pem
recursive-include docs Makefile *.rst *.py *.bat

View File

@ -38,7 +38,7 @@ Automated Testing
=================
All pull requests and merges to 'master' branch are tested using `Travis CI`_
and `Appveyor CI`_ based on our `.travis.yml`_ and `appveyor.yml`_ files.
and `Appveyor CI`_ based on our `.travis.yml`_ and `.appveyor.yml`_ files.
You can find the status and results to the CI runs for your PR on GitHub's Web
UI for the pull request. You can also find links to the CI services' pages for
@ -245,5 +245,5 @@ and they will initiate a vote.
.. _`Travis CI`: https://travis-ci.org/
.. _`Appveyor CI`: https://www.appveyor.com/
.. _`.travis.yml`: https://github.com/pypa/pip/blob/master/.travis.yml
.. _`appveyor.yml`: https://github.com/pypa/pip/blob/master/appveyor.yml
.. _`.appveyor.yml`: https://github.com/pypa/pip/blob/master/.appveyor.yml
.. _`towncrier`: https://pypi.org/project/towncrier/