Merge pull request #357 from jabagawee/patch-3

Update tox.ini to work locally
This commit is contained in:
Arun Prakash Jana 2019-02-23 03:05:30 +00:00 committed by GitHub
commit 95e3833df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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