Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions python-phoenixdb/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -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
phoenixdb/tests