Staging
v0.5.1
https://github.com/python/cpython
Revision 71d9b52aa3b3f1e390c56da8ea2d8685f23946c4 authored by Mariatta on 20 July 2017, 14:14:18 UTC, committed by GitHub on 20 July 2017, 14:14:18 UTC
(cherry picked from commit fff2a21057b98732562098e3bdd65980551f0135)
1 parent 6b1a777
Raw File
Tip revision: 71d9b52aa3b3f1e390c56da8ea2d8685f23946c4 authored by Mariatta on 20 July 2017, 14:14:18 UTC
[3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779)
Tip revision: 71d9b52
appveyor.yml
version: 3.5.3+.{build}
clone_depth: 5
branches:
  only:
    - master
    - /\d\.\d/
    - buildbot-custom
build_script:
- cmd: PCbuild\build.bat -e
test_script:
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --timeout=1200 -j0

# Only trigger AppVeyor if actual code or its configuration changes
only_commits:
  files:
    - .github/appveyor.yml
    - .gitattributes
    - Grammar/
    - Include/
    - Lib/
    - Modules/
    - Objects/
    - PC/
    - PCBuild/
    - Parser/
    - Programs/
    - Python/
    - Tools/
back to top