Skip to content

Commit

Permalink
fixup! ci: add GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apotterri committed May 14, 2024
1 parent 9d881fa commit e9b4eb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ isolated_build = true
envlist = py3{8,9,10,11,12}-{web,django3,flask2}

[testenv]
setenv =
APPMAP=false
allowlist_externals =
env
bash
Expand All @@ -18,9 +20,10 @@ deps=


commands =
bash -c 'env | sort'
poetry install -v
py310-web: poetry run pylint -j 0 appmap _appmap
web: poetry run appmap-python {posargs:pytest -v}
web: bash -c 'poetry run appmap-python --enable-log {posargs:pytest -v}; cat appmap*.log'
django3: poetry run appmap-python pytest -v _appmap/test/test_django.py
flask2: poetry run appmap-python pytest -v _appmap/test/test_flask.py

Expand Down

0 comments on commit e9b4eb9

Please sign in to comment.