diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-05 13:42:43 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-05 13:57:34 +0800 |
commit | 1e27496dea8a728446e7f13c4ff1b5d8c2f3e736 (patch) | |
tree | a8bf010fd97b1a99606855dfee4b8dc46496b8d6 | |
parent | 9a2f8a9db703e55f3aa2b068cb7363fd3c757e71 (diff) | |
download | gitpython-1e27496dea8a728446e7f13c4ff1b5d8c2f3e736.tar.gz |
Remove appveyor - it's always failing and nobody maintains it
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -64,9 +64,7 @@ separate process which can be dropped periodically. #### Windows support -For *Windows*, we do regularly test it on [Appveyor CI](https://www.appveyor.com/) -but not all test-cases pass - you may help improve them by exploring -[Issue #525](https://github.com/gitpython-developers/GitPython/issues/525). +See [Issue #525](https://github.com/gitpython-developers/GitPython/issues/525). ### RUNNING TESTS @@ -190,7 +188,6 @@ New BSD License. See the LICENSE file. [](https://codecov.io/gh/gitpython-developers/GitPython) [](https://travis-ci.org/gitpython-developers/GitPython) -[](https://ci.appveyor.com/project/Byron/gitpython/branch/master) [](https://codeclimate.com/github/gitpython-developers/GitPython) [](https://readthedocs.org/projects/gitpython/?badge=stable) [](https://waffle.io/gitpython-developers/GitPython) |