project restructure
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -1,9 +1,12 @@
|
||||
[tox]
|
||||
envlist=flake8,py35,py36,py37,upy
|
||||
skipsdist=True
|
||||
skip_missing_interpreters=True
|
||||
|
||||
[testenv]
|
||||
commands=
|
||||
pip install -e microdot
|
||||
pip install -e microdot-asyncio
|
||||
coverage run --branch --include="microdot*.py" -m unittest tests
|
||||
coverage report --show-missing
|
||||
coverage erase
|
||||
@@ -19,7 +22,7 @@ basepython=
|
||||
deps=
|
||||
flake8
|
||||
commands=
|
||||
flake8 --exclude=tests/unittest.py --exclude tests/libs microdot.py tests
|
||||
flake8 --exclude tests/libs microdot microdot-asyncio tests
|
||||
|
||||
[testenv:upy]
|
||||
whitelist_externals=sh
|
||||
|
||||
Reference in New Issue
Block a user