1
0
Fork 0

Add 'tox' configuration

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/316/head
Vasilis Tsiligiannis 2019-01-03 01:20:37 +02:00
parent 0b27cfb3a7
commit 0ab0749b53
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 \
--exclude 'db/_version.py,db' \
setup.py \
db