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 de1994d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Test
shell: bash
run: |
tox -e ${{ matrix.tox_env }}
tox -vv -e ${{ matrix.tox_env }}
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ isolated_build = true
# The *-web environments test the latest versions of Django and Flask with the full test suite. For
# older version of the web frameworks, just run the tests that are specific to them.
envlist = py3{8,9,10,11,12}-{web,django3,flask2}
setenv =
APPMAP=false

[testenv]
allowlist_externals =
Expand Down

0 comments on commit de1994d

Please sign in to comment.