Skip to content

refactor: New annotation style and dependency specificity #61

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

Merged
merged 12 commits into from
Dec 11, 2022
Prev Previous commit
Next Next commit
ci: Add Python versions to tox test
  • Loading branch information
DenverCoder1 committed Dec 11, 2022
commit 7fa26c1ab67e4b79981e60d5583816a2ba331f2f
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[tox]
envlist = python3.9
envlist = py37, py38, py39, py310, py311

[testenv]
deps = pytest
deps =
pytest
-rrequirements.txt
commands = pytest tests -s