Skip to content

Commit

Permalink
Merge pull request #5909 from pradyunsg/appveyor-rename
Browse files Browse the repository at this point in the history
Rename appveyor.yml -> .appveyor.yml and update references
  • Loading branch information
pradyunsg committed Oct 23, 2018
2 parents cc05433 + e19acef commit 5735e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/html/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/

0 comments on commit 5735e69

Please sign in to comment.