1
0
Fork 0

flake8: Test 'auth0login' module as well

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/324/head
Vasilis Tsiligiannis 2019-01-07 18:02:49 +02:00
parent 6cfabf9829
commit 436d4bfd12
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ deps =
skip_install = True
commands = flake8 \
setup.py \
db
db \
auth0login
[testenv:deps]
install_command = python -m pip install --no-deps {opts} {packages}