Skip to content

Commit

Permalink
add tox for multi-version testing
Browse files Browse the repository at this point in the history
  • Loading branch information
flypenguin committed Dec 21, 2022
1 parent 0a8087c commit 1d13811
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
]

EXTRAS = {
"dev": ["bumpversion", "pytest", "responses", "twine", "wheel"],
"dev": ["bumpversion", "pytest", "responses", "tox", "twine", "wheel"],
}

# The rest you shouldn't have to touch too much :)
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tox]
env_list = py310,py37

[testenv]
extras = dev
deps = pytest
commands = pytest

0 comments on commit 1d13811

Please sign in to comment.