Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up appveyor.yml #147

Merged
merged 1 commit into from
Nov 11, 2019
Merged

Clean up appveyor.yml #147

merged 1 commit into from
Nov 11, 2019

Commits on Nov 11, 2019

  1. Clean up appveyor.yml

    - Make sure that the Python we want actually exists (and install it if
      necessary) -- this will make our lives easier next year, when Python
      3.9 shows up
    
    - Make the test run quiet (setup.py test -q ignores the -q)
    
    - Pass --skip-existing to twine upload so the build of the tag can be
      retried if necessary without causing spurious failures
    
    I think it might also be a good idea to add a custom version template to
    avoid nonsense like https://ci.appveyor.com/project/mgedmin/zope-interface/builds/28770734,
    but I'm not entirely sure what happened there and whether a custom
    version template would help.  (All I know is all my project appveyors
    YML have `version: build-{build}-{branch}` and I've never seen that kind
    of error.)
    mgedmin committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    271106a View commit details
    Browse the repository at this point in the history