Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acffa2 commit d31b28eCopy full SHA for d31b28e
.github/appveyor.yml
@@ -0,0 +1,6 @@
1
+version: 3.7.0a0.{build}
2
+clone_depth: 5
3
+build_script:
4
+- cmd: PCbuild\build.bat -e
5
+test_script:
6
+- cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0
README.rst
@@ -5,6 +5,10 @@ This is Python version 3.7.0 alpha 1
:alt: CPython build status on Travis CI
:target: https://travis-ci.org/python/cpython
7
8
+.. image:: https://ci.appveyor.com/api/projects/status/4mew1a93xdkbf5ua/branch/master?svg=true
9
+ :alt: CPython build status on Appveyor
10
+ :target: https://ci.appveyor.com/project/python/cpython/branch/master
11
+
12
.. image:: https://codecov.io/gh/python/cpython/branch/master/graph/badge.svg
13
:alt: CPython code coverage on Codecov
14
:target: https://codecov.io/gh/python/cpython
0 commit comments