mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 04:41:54 +02:00
Issue #88: add tests for Python 3.8.
This commit is contained in:
parent
4c955c79b8
commit
10608a7625
2 changed files with 33 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue