diff --git a/scripts/run_ci.sh b/scripts/run_ci.sh index d757060..2c83c99 100755 --- a/scripts/run_ci.sh +++ b/scripts/run_ci.sh @@ -1,5 +1,5 @@ #!/bin/bash # These are the same steps we are running in Travis CI -python tests/syntax_checker.py +python tests/syntax_lint.py flake8 --max-line-length=100 . && echo "PEP8 Passed"