Skip to content

Commit

Permalink
Add python version to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
kleo-53 committed Sep 17, 2023
1 parent 0b8d447 commit 75c65c2
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
Expand Up @@ -13,12 +13,12 @@ commands =
flake8

[testenv]
basepython = python3
deps =
-r requirements.txt
pytest

commands =
export PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE
pytest

[testenv:build]
Expand Down

0 comments on commit 75c65c2

Please sign in to comment.