aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: d2444e4f2aeb23f3de24d5b76cf14cd939c28799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
skipsdist = True
toxworkdir=/tmp/.tox

[testenv]
basepython = python3

[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
deps = pytest
commands = pytest