Skip to content

Commit

Permalink
Match tox lint environment python to GitHub actions Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
willbarton committed Mar 17, 2021
1 parent 71b8d02 commit 4b4902a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -21,7 +21,7 @@ deps=
dj31: Django>=3.1,<3.2

[testenv:lint]
basepython=python3.6
basepython=python3.8
deps=
black
flake8
Expand Down

0 comments on commit 4b4902a

Please sign in to comment.