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

docs: Add prelude section on testenvs to config guide #1573

Merged
merged 3 commits into from
May 2, 2020

Commits on Apr 30, 2020

  1. pre-commit: Use Python3 by default

    On Fedora 31 at least, pre-commit seems to be trying to use Python 2 by
    default. This doesn't work and never will again, so force it to use
    Python 3.
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    228d6c0 View commit details
    Browse the repository at this point in the history
  2. docs: Add prelude section on testenvs

    This information is currently found in the guide, but we jump straight
    into listing the various configuration options available before we
    actually describe what a testenv actually is. Fix this.
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    b3e6fa4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. fix linting

    Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
    gaborbernat committed May 2, 2020
    Configuration menu
    Copy the full SHA
    e1d065e View commit details
    Browse the repository at this point in the history