Skip to content

Commit

Permalink
Add setuptools to tet setup
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Feb 3, 2025
1 parent dedb14c commit 4646e57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,9 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Libraries :: Python Modules",
])
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[tox]
envlist = py27, py37, py38, py39, py310, py311
envlist = py27, py37, py38, py39, py310, py311, py312, py313

[testenv]
deps =
setuptools
commands =
pip install ".[tests]"
python -m unittest

0 comments on commit 4646e57

Please sign in to comment.