Merge "Posix compliant username is shown in booking details"
[laas.git] / tox.ini
1 [tox]
2 envlist = flake8
3 skipsdist = True
4
5 [testenv]
6 deps = -rrequirements.txt
7 basepython = python3
8
9 # Store flake8 config here intead of .flake8
10 [flake8]
11 ignore =
12   # Ignore 'line-too-long' warnings
13   E501
14 exclude =
15   src/manage.py
16
17 [testenv:flake8]
18 deps =
19   -rrequirements.txt
20   flake8
21 commands = flake8 src/