Update from upstream #11
3
tox.ini
3
tox.ini
@ -40,11 +40,10 @@ deps =
|
|||||||
-rtest-requirements.txt
|
-rtest-requirements.txt
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
sh
|
sh
|
||||||
make
|
|
||||||
commands =
|
commands =
|
||||||
sh -c 'find . -name "__pycache__" -exec rm -rf \{\} +'
|
sh -c 'find . -name "__pycache__" -exec rm -rf \{\} +'
|
||||||
pip install --force-reinstall pytest mock
|
pip install --force-reinstall pytest mock
|
||||||
make test
|
pytest {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = doc/*,*.pyc,*.py~,*.in,*.spec,*.sh,*.rst
|
exclude = doc/*,*.pyc,*.py~,*.in,*.spec,*.sh,*.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user