Skip to content

Commit

Permalink
CI: Fix using Python 3.9 in tests (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Jun 15, 2022
1 parent e62a50d commit 1e5aed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
envlist = bandit,lint,py39,docs
isolated_build = True
basepython = python3.9

[testenv]
basepython = python3.9
extras =
test
setenv =
Expand Down

0 comments on commit 1e5aed3

Please sign in to comment.