Skip to content

Commit

Permalink
Enable functional tests in CI (jazzband#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Jan 9, 2022
1 parent 9aab6c9 commit 3a4cdbf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ commands = {posargs:coverage run runtests.py}
# Configure which test environments are run for each Github Actions Python version.
[gh-actions]
python =
3.6: py36-django{22,32}
3.7: py37-django{22,32}
3.8: py38-django{22,32,40}
3.9: py39-django{22,32,40}
3.10: py310-django{22,32,40}
3.6: py36-django{22,32},functional
3.7: py37-django{22,32},functional
3.8: py38-django{22,32,40},functional
3.9: py39-django{22,32,40},functional
3.10: py310-django{22,32,40},functional

[testenv:lint]
basepython = python
Expand Down

0 comments on commit 3a4cdbf

Please sign in to comment.