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 builds for new py versions and Windows to CircleCI #245

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

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    86e999f View commit details
    Browse the repository at this point in the history
  2. Try using pypa

    jonbannister committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    388b185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38abe56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dba02c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bea1bb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    ca78856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e2bdd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Increase logging level, ensure that pytest-profiling actually tests t…

    …he local version, clear up pytest-profiling/setup.py's unused imports
    jonbannister committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    df11846 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c230d7f View commit details
    Browse the repository at this point in the history
  3. Remove usage of distutils and fix pytest-profiling's piping between g…

    …prof2dot and dot when generating an SVG.
    jonbannister committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    83cc900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2552d26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9c698a View commit details
    Browse the repository at this point in the history
  6. Re-introduce distutils for python <3.8 compat. Fix verbose-parametriz…

    …e assertions for modern pytest version.
    jonbannister committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    0977b51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c6736e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9fe0b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c84761 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    327987a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Add a CircleCI Windows build (#246)

    * Add a Windows build to CircleCI with py3.6-py3.12 and remove references to TravisCI.
    * Not adding windows-python-3.13 since it is not available on choco as a non-rc build. 
    * Fix win32 bugs in pytest-virtualenv.
    * Release jobs now depend on both Ubuntu and Windows success.
    jonbannister authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3b41dc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    205a4e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c82015 View commit details
    Browse the repository at this point in the history