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

Switch to tox #277

Open
prjemian opened this issue Oct 19, 2023 · 1 comment
Open

Switch to tox #277

prjemian opened this issue Oct 19, 2023 · 1 comment
Assignees
Labels
hklpy2 For hklpy2 task
Milestone

Comments

@prjemian
Copy link
Contributor

prjemian commented Oct 19, 2023

Looks like an improvement. A switch to tox can be in a separate issue.

Originally posted by @prjemian in #276 (comment)

@prjemian prjemian self-assigned this Oct 19, 2023
@prjemian prjemian added the task label Oct 19, 2023
@prjemian prjemian added this to the v1.1 milestone Oct 19, 2023
@prjemian prjemian changed the title Looks like an improvement. A switch [tox](https://tox.wiki/en/4.11.3/) can be in a separate issue. Switch to tox Oct 19, 2023
@prjemian
Copy link
Contributor Author

In ophyd, tox is used in the documentation workflow:

      - name: Build Docs
        run: tox -e docs

and a linting step in the testing workflow:

      - name: Lint
        run: pip install --user .[dev] && tox -e pre-commit,mypy

note: Locally, I check workflows with nektos/act.

@prjemian prjemian modified the milestones: v1.1, v1.2 Oct 29, 2023
@prjemian prjemian modified the milestones: v1.2, v2.0 Nov 1, 2023
@prjemian prjemian added the hklpy2 For hklpy2 label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hklpy2 For hklpy2 task
Projects
None yet
Development

No branches or pull requests

1 participant