Issue #88: add tests for Python 3.8.

This commit is contained in:
Sergey Vartanov 2021-09-21 22:12:47 +03:00
parent 4c955c79b8
commit 10608a7625
2 changed files with 33 additions and 1 deletions

View file

@ -13,5 +13,5 @@ echo "Lint with Flake8..."
flake8 \
--max-line-length=80 \
--ignore=E203,W503,ANN002,ANN003,ANN101,ANN102 \
--exclude=work,precommit.py,tests/test_road.py \
--exclude=work,python3.8 \
|| { echo "FAIL"; exit 1; }