Fix two linter warnings as well

This commit is contained in:
richard-dds
2018-06-26 10:39:30 -04:00
parent f9335c7a4e
commit 0e852ae8ff
3 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ set -e
# Ensure we are in the app root directory (not the /script directory)
cd "$(dirname "${0}")/.."
pipenv run pylint --errors-only atst
pipenv run pylint app.py atst/ tests/
# Run unit tests
pipenv run python -m pytest -s $*