forked from satnogs/satnogs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
52 lines (47 loc) · 773 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[tox]
envlist = flake8,pylint,robot_lint,py27,robot
[flake8]
max-line-length = 180
[testenv:flake8]
deps =
flake8
skip_install = True
commands = flake8
[testenv:pylint]
deps =
pylint
commands = pylint -d "\
C0103,\
C0111,\
C0301,\
C0330,\
C0411,\
C0412,\
C1001,\
R0801,\
R0902,\
R0903,\
R0904,\
R0912,\
R0913,\
R0913,\
R0914,\
W0201,\
W0221,\
W0232,\
W0311,\
W0612,\
W0622,\
W1202,\
" \
{envsitepackagesdir}/satnogsclient
[testenv:robot_lint]
deps =
robotframework
changedir = {toxinidir}/robot
commands = {toxinidir}/contrib/robot_lint.sh
[testenv:robot]
deps =
robotframework
changedir = {toxinidir}/robot
commands = python -m robot -d output testsuites