pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

Hide .appveyor.yml with dotfiles, update links #233

Closed hugovk closed 4 years ago

hugovk commented 4 years ago

Rename appveyor.yml to .appveyor.yml to hide it with the other dotfiles, and update some links.

(Same as #226 but without dropping Python 3.4.)

blueyed commented 4 years ago

codecov.yml → .codecov.yml

Codecov's docs say that they only support codecov.yml officially, so I'd leave that as-is.

hugovk commented 4 years ago

Good spot!

They used to support both codecov.yml and .codecov.yml:

But now only codecov.yml:

Reverted.

blueyed commented 4 years ago

Has conflicts now, please rebase.

hugovk commented 4 years ago

Rebased!

blueyed commented 4 years ago

Thanks! :)