diff options
-rw-r--r-- | tox.ini | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,16 +5,16 @@ toxworkdir=/tmp/.tox [testenv] basepython = python3 -[testenv:flake8] -description = lint with flake8 -deps = flake8 -commands = flake8 --max-line-length=88 - [testenv:black] description = auto formatter with black deps = black commands = black . +[testenv:flake8] +description = lint with flake8 +deps = flake8 +commands = flake8 --max-line-length=88 + [testenv:qolab_pytest] description = test cases usedevelop = True |