Skip to content

Commit

Permalink
simplify tox by adding to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zhindes committed Jan 24, 2022
1 parent 341e656 commit 896767f
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ To run the unit tests in all Python interpreters supported by **nidaqmx**, run t
commands in the root of the distribution:

```sh
$ pip install tox
$ tox
$ poetry run tox
```

This requires you to have all the Python interpreters supported by **nidaqmx** installed on your
Expand Down
96 changes: 95 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ docs = ["sphinx", "sphinx_rtd_theme"]
# Test
pytest = "^6.2"
pykka = "^3.0"
tox = "^3.24"

[build-system]
requires = ["poetry>=1.1.12"]
Expand Down

0 comments on commit 896767f

Please sign in to comment.