1
0
Fork 0

tox: Add 'pytest' to default environment list

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/418/head
Vasilis Tsiligiannis 2019-09-23 13:59:58 +03:00
parent 7ebc04e534
commit 24a353fde0
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = flake8,isort,yapf,pylint,build,docs
envlist = flake8,isort,yapf,pylint,build,pytest,docs
[depversions]
flake8 = 3.7.7