Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Feb 20, 2023
1 parent 1093cfd commit 96feeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ python =

[testenv]
deps = -r{toxinidir}/requirements.txt
passenv = TOXENV CI TRAVIS TRAVIS_*
passenv = TOXENV,CI
usedevelop = True

# run the tests
# ... or run any other command line tool you need to run here
commands = pytest
commands = pytest

0 comments on commit 96feeeb

Please # to comment.