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

[MRG] use tox for running tests locally #696

Merged
merged 12 commits into from
Dec 15, 2020
Merged

[MRG] use tox for running tests locally #696

merged 12 commits into from
Dec 15, 2020

Commits on Dec 9, 2020

  1. use tox for running tests

    move most of setup.py to pyproject.toml and setup.cfg
    use isolated build for package creation
    isolate test running
    add some pyscaffold-inspired changes
    update precommit
    isort config
    tox.ini updates based on tox-dev/tox
    fix benchmarks for CI, add pypy wheels
    add nix.shell for env setup
    move sourmash to src/sourmash
    coverage fixes
    luizirber committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    500fd57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b32cb5 View commit details
    Browse the repository at this point in the history
  3. add asv running to tox

    luizirber committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    8f1388b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    74a5bd9 View commit details
    Browse the repository at this point in the history
  2. include tests in coverage

    luizirber committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    74de27d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe02376 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55d4166 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f580595 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27ed5be View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

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

Commits on Dec 15, 2020

  1. doc and path updates

    luizirber committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    4640996 View commit details
    Browse the repository at this point in the history
  2. small doc fixes

    luizirber committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    42ba7e5 View commit details
    Browse the repository at this point in the history