1
0
Fork 0

Introduce 'tox' for Python testing automation

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
environments/stage/deployments/284
Vasilis Tsiligiannis 2019-01-07 19:35:02 +02:00
parent a55107bda2
commit 16648a16c3
1 changed files with 14 additions and 0 deletions

14
tox.ini 100644
View File

@ -0,0 +1,14 @@
[tox]
envlist =
flake8
py27
py36
[testenv:flake8]
deps =
flake8
skip_install = True
commands = flake8 \
setup.py \
network \
auth0login