Merge pull request #357 from jabagawee/patch-3
Update tox.ini to work locally
This commit is contained in:
commit
95e3833df7
6
tox.ini
6
tox.ini
@ -30,8 +30,6 @@ commands =
|
||||
pip install -e .[tests]
|
||||
pip install -r requirements.txt
|
||||
python -m flake8
|
||||
echo buku | xargs pylint --rcfile tests/.pylintrc
|
||||
find . -iname "*.py" | xargs pylint --rcfile tests/.pylintrc
|
||||
;find . -iname "*.py" -and -not -path './.tox/*' -not -path './build/*' | xargs pylint --rcfile tests/.pylintrc
|
||||
pylint --rcfile tests/.pylintrc buku
|
||||
find . -iname "*.py" -not -path "./.tox/*" -exec pylint --rcfile tests/.pylintrc \{\} +
|
||||
pytest --cov buku -vv {posargs}
|
||||
;pytest --cov buku -vv -m 'not slowtest and not non_tox'{posargs}
|
||||
|
Loading…
Reference in New Issue
Block a user