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

Add PEP517 check suite and support disabling setup.py for sdists #26

Merged
merged 6 commits into from
Apr 23, 2020

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    60b3071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58b3d0f View commit details
    Browse the repository at this point in the history
  3. tests: separate out slower integration cases

    This change also improves tox configuration to use isolated builds
    and also adds integration environment
    abn committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    901baed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3aecfd View commit details
    Browse the repository at this point in the history
  5. tests: improve integration coverage for pep517

    This change adds coverage for the following.
    - pip wheel build
    - pep517 compliance checks
    - pep517 builds for sdists and wheels
    - pip install with --no-binary :all:
    abn committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    6c5e176 View commit details
    Browse the repository at this point in the history
  6. ci: add integration test workflow

    abn committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    b5d50d7 View commit details
    Browse the repository at this point in the history