project restructure

This commit is contained in:
Miguel Grinberg
2019-05-05 17:23:40 +00:00
parent e5525c5c48
commit b06b6de584
16 changed files with 51 additions and 9 deletions

View File

@@ -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