This commit is contained in:
surister 2019-12-21 23:48:35 +01:00
parent 691c644059
commit f2cc9773f8

View File

@ -4,5 +4,5 @@ python:
install: install:
- pip install flake8 - pip install flake8
script: script:
- flake8 flake8 --max-line-length=100 . - flake8 --max-line-length=100 .
- python tests/syntax_checker.py - python tests/syntax_checker.py