Skip to content

Commit

Permalink
Merge pull request #150 from rundeck-plugins/fix-tox
Browse files Browse the repository at this point in the history
fix tox test
  • Loading branch information
ltamaster authored Feb 20, 2023
2 parents c89531c + 96feeeb commit 0a8f0df
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 0a8f0df

Please # to comment.