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

appveyor.yml unnecessarily complicated #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 26, 2016

  1. appveyor.yml unnecessarily complicated

    In the appveyor.yml most string scalars (but not all) were double quoted scalars. YAML allows any string through backslashes within double quotes, but also requires backslashes and double quotes to be escaped. The example can be made much more readable
    by using non-quoted scalar strings, or single quoted ones (in case the scalar starts with a `%` or can be interpreted as an integer.
    
    This was originally proposed as change for the user guide (pypa/packaging.python.org#221 (comment))
    
    (Depending on how the program that loads the file handles the value for `PYTHON_ARCH`, the quotes around those values could be removed  as well, assuming the program transparently converts from integer to string internally if necessary. )
    AvdN committed Sep 26, 2016
    Configuration menu
    Copy the full SHA
    d1bf161 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    1824ce6 View commit details
    Browse the repository at this point in the history