Add a couple of questions
This commit is contained in:
5
scripts/run_ci.sh
Executable file
5
scripts/run_ci.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# These are the same steps we are running in Travis CI
|
||||
|
||||
python tests/syntax_checker.py
|
||||
flake8 --max-line-length=100 . && echo "PEP8 Passed"
|
Reference in New Issue
Block a user