diff --git a/python-phoenixdb/tox.ini b/python-phoenixdb/tox.ini index 752e5573..9b78b08c 100644 --- a/python-phoenixdb/tox.ini +++ b/python-phoenixdb/tox.ini @@ -25,7 +25,8 @@ envlist = py27-SQLAlchemy{13,14}, py310-SQLAlchemy{13,14,20}, py311-SQLAlchemy{13,14,20}, py312-SQLAlchemy{13,14,20}, - py313-SQLAlchemy{13,14,20} + py313-SQLAlchemy{13,14,20}, + twine [testenv] passenv = PHOENIXDB_TEST_DB_URL commands = @@ -37,6 +38,14 @@ deps = -rrequirements.txt SQLAlchemy13: SQLAlchemy >=1.3.0, < 1.4.0 SQLAlchemy14: SQLAlchemy >=1.4.0, < 2.0.0 SQLAlchemy20: SQLAlchemy >= 2.0.0 +[testenv:twine] +skip_install = true +deps = + build + twine +commands = + python -m build + twine check dist/* [pytest] testpaths = - phoenixdb/tests \ No newline at end of file + phoenixdb/tests